Ejemplo n.º 1
0
 def log(self, event=None, p=None, *args, **kwargs):
     """Overloaded to check verbose level and set common annotations."""
     force = False
     if ('verbose' in kwargs): force = (kwargs['verbose']>RWP_VERBOSE)
     if self.verbose>RWP_VERBOSE or force:
         Motion.log(self, event, p, *args, **kwargs)