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