Home
last modified time | relevance | path

Searched refs:ERRORONCE (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py33 ERRORONCE = logging.ERROR - 1 variable in BBLogFormatter
49 ERRORONCE : 'ERROR',
67 ERRORONCE : RED,
136 if record.levelno == bb.msg.BBLogFormatter.ERRORONCE:
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py720 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]: