Home
last modified time | relevance | path

Searched refs:BBLogFormatter (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py105 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.ERROR
164 forcelevel = bb.msg.BBLogFormatter.WARNING
220 event.levelno = bb.msg.BBLogFormatter.WARNING
225 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:
H A Dknotty.py124 …if record.levelno == bb.msg.BBLogFormatter.NOTE and (record.msg.startswith("Running") or record.ms…
439 console_loglevel = bb.msg.BBLogFormatter.ERROR
441 console_loglevel = bb.msg.BBLogFormatter.WARNING
720 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…
H A Dtoasterui.py70 logformat = bb.msg.BBLogFormatter(format_str)
146 formatter = bb.msg.BBLogFormatter(format_str)
H A Dbuildinfohelper.py42 from bb.msg import BBLogFormatter as formatter
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py22 class BBLogFormatter(logging.Formatter): class
132 if record.levelno == bb.msg.BBLogFormatter.WARNONCE:
136 if record.levelno == bb.msg.BBLogFormatter.ERRORONCE:
167 loggerDefaultLogLevel = BBLogFormatter.NOTE
175 bb.msg.loggerDefaultLogLevel = BBLogFormatter.DEBUG - debug + 1
177 bb.msg.loggerDefaultLogLevel = BBLogFormatter.VERBOSE
179 bb.msg.loggerDefaultLogLevel = BBLogFormatter.NOTE
209 return getattr(BBLogFormatter, level)
228 format = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
H A Devent.py141 from bb.msg import BBLogFormatter
153 formatter = BBLogFormatter("%(levelname)s: %(message)s")
H A Dbuild.py279 logformatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py70 from bb.msg import BBLogFormatter
74 isinstance(handler.formatter, BBLogFormatter)):
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py310 formatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py22 from bb.msg import BBLogFormatter
33 formatter = BBLogFormatter("%(levelname)s: %(message)s")
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker80 conlogformat = bb.msg.BBLogFormatter(format_str)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst737 "()": "bb.msg.BBLogFormatter",