Searched refs:BBLogFormatter (Results 1 – 12 of 12) sorted by relevance
105 if record.levelno in [bb.msg.BBLogFormatter.ERROR, bb.msg.BBLogFormatter.CRITICAL]:113 if record.levelno == bb.msg.BBLogFormatter.PLAIN:115 elif record.levelno == bb.msg.BBLogFormatter.WARNING:162 forcelevel = bb.msg.BBLogFormatter.ERROR164 forcelevel = bb.msg.BBLogFormatter.WARNING220 event.levelno = bb.msg.BBLogFormatter.WARNING225 if event.levelno <= bb.msg.BBLogFormatter.NOTE and (event.levelno < llevel or (226 … event.levelno == bb.msg.BBLogFormatter.NOTE and llevel != bb.msg.BBLogFormatter.VERBOSE)):230 … if event.taskpid in helper.running_tasks and event.levelno != bb.msg.BBLogFormatter.PLAIN:
124 …if record.levelno == bb.msg.BBLogFormatter.NOTE and (record.msg.startswith("Running") or record.ms…439 console_loglevel = bb.msg.BBLogFormatter.ERROR441 console_loglevel = bb.msg.BBLogFormatter.WARNING720 if event.levelno >= bb.msg.BBLogFormatter.ERRORONCE:723 elif event.levelno == bb.msg.BBLogFormatter.WARNING:730 … <= bb.msg.BBLogFormatter.NOTE and (event.levelno < llevel or (event.levelno == bb.msg.BBLogFormat…734 …idmap and event.levelno not in [bb.msg.BBLogFormatter.PLAIN, bb.msg.BBLogFormatter.WARNONCE, bb.ms…737 …asattr(event, 'fn') and event.levelno not in [bb.msg.BBLogFormatter.WARNONCE, bb.msg.BBLogFormatte…
70 logformat = bb.msg.BBLogFormatter(format_str)146 formatter = bb.msg.BBLogFormatter(format_str)
42 from bb.msg import BBLogFormatter as formatter
22 class BBLogFormatter(logging.Formatter): class132 if record.levelno == bb.msg.BBLogFormatter.WARNONCE:136 if record.levelno == bb.msg.BBLogFormatter.ERRORONCE:167 loggerDefaultLogLevel = BBLogFormatter.NOTE175 bb.msg.loggerDefaultLogLevel = BBLogFormatter.DEBUG - debug + 1177 bb.msg.loggerDefaultLogLevel = BBLogFormatter.VERBOSE179 bb.msg.loggerDefaultLogLevel = BBLogFormatter.NOTE209 return getattr(BBLogFormatter, level)228 format = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
141 from bb.msg import BBLogFormatter153 formatter = BBLogFormatter("%(levelname)s: %(message)s")
279 logformatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
70 from bb.msg import BBLogFormatter74 isinstance(handler.formatter, BBLogFormatter)):
310 formatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
22 from bb.msg import BBLogFormatter33 formatter = BBLogFormatter("%(levelname)s: %(message)s")
80 conlogformat = bb.msg.BBLogFormatter(format_str)
737 "()": "bb.msg.BBLogFormatter",