Exemplo n.º 1
0
 def log_warning(self, msg, *args):
     self.log_hook("WARNING", msg, *args)
     return LOGGER.warning(": ".join((self.full_slug, msg)), *args)
Exemplo n.º 2
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(self.log_prefix + msg, *args)
Exemplo n.º 3
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(
         self.log_prefix + msg, *args
     )
Exemplo n.º 4
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(
         ': '.join((self.full_slug, msg)), *args
     )
Exemplo n.º 5
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(": ".join((self.log_prefix, msg)), *args)
Exemplo n.º 6
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(': '.join((self.full_slug, msg)), *args)
Exemplo n.º 7
0
 def log_warning(self, msg, *args):
     self.log_hook('WARNING', msg, *args)
     return LOGGER.warning(': '.join((self.full_slug, msg)), *args)
Exemplo n.º 8
0
 def log_warning(self, msg, *args):
     return LOGGER.warning(
         ': '.join((self.log_prefix, msg)), *args
     )
Exemplo n.º 9
0
 def log_warning(self, msg, *args):
     self.log_hook('WARNING', msg, *args)
     return LOGGER.warning(
         ': '.join((self.full_slug, msg)), *args
     )