Searched refs:ERRORONCE (Results 1 – 2 of 2) sorted by relevance
33 ERRORONCE = logging.ERROR - 1 variable in BBLogFormatter49 ERRORONCE : 'ERROR',67 ERRORONCE : RED,136 if record.levelno == bb.msg.BBLogFormatter.ERRORONCE:
720 if event.levelno >= bb.msg.BBLogFormatter.ERRORONCE:734 … in [bb.msg.BBLogFormatter.PLAIN, bb.msg.BBLogFormatter.WARNONCE, bb.msg.BBLogFormatter.ERRORONCE]:737 …, 'fn') and event.levelno not in [bb.msg.BBLogFormatter.WARNONCE, bb.msg.BBLogFormatter.ERRORONCE]: