aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/msg.py
AgeCommit message (Expand)Author
2020-12-10msg: use safe YAML loaderRoss Burton
2020-08-25lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-24build/msg: Cleanup verbose option handlingRichard Purdie
2020-06-28msg: Avoid issues where paths have relative componentsRichard Purdie
2020-03-12knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-12msg: Return config objectJoshua Watt
2020-03-12msg: Add helper to merge logging configsJoshua Watt
2020-03-12knotty: Add logging cleanupJoshua Watt
2020-03-12lib/bb/msg: Add helper to set logging configJoshua Watt
2020-03-12lib/bb/msg: Remove unused filtersJoshua Watt
2020-03-12lib/bb/msg: Add filter utilitiesJoshua Watt
2020-03-12lib/bb/msg: Add repr for BBLogFormatterJoshua Watt
2020-03-12lib/bb/msg: Use log level instead of debug countJoshua Watt
2020-03-12lib/bb/msg: Convert default domains to a dictionaryJoshua Watt
2020-01-19lib: remove unused importsFrazer Clews
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-09-07msg: Add explicit verbnote log levelRichard Purdie
2017-06-09knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton
2017-03-27lib/bb/msg: introduce logger_create() functionPaul Eggleton
2016-07-05knotty: add quiet output modePaul Eggleton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-12event/msg: Pass formatted exceptionsRichard Purdie
2015-08-17Fix default function parameter assignment to a listPaul Eggleton
2014-03-27msg: Add stdout/stderr filtersRichard Purdie
2013-08-23event/msg: Add primitive server side UI log record filteringRichard Purdie
2012-11-25knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal corruptionRichard Purdie
2012-11-19knotty: Colorize knotty interactive console outputSeth Bollinger
2012-02-28bitbake: implement BB_VERBOSE_LOGSPaul Eggleton
2011-09-25bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton
2011-08-15Fixup remaining bb.msg.domain usersRichard Purdie
2011-08-15bitbake/msg.py: Drop manually created domain listsRichard Purdie
2011-08-15bitbake/logging: Overhaul internal logging processRichard Purdie
2011-06-27Revert the unintentionally pushed msg.py changeChris Larson
2011-06-26msg: fix domain enum useChristopher Larson
2011-06-26msg: use a simpler enumeration for the domainsChristopher Larson
2011-05-16Shift exception formatting into the UIChris Larson
2011-02-11Enable some DeprecationWarningsChris Larson
2011-02-10bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo...Richard Purdie
2011-01-10msg: no need to hardcode the logging levelsChris Larson
2011-01-10bitbake/msg.py: Add named definitions for all logging levelsRichard Purdie
2010-12-17Fix logging level names for post-server-ui-splitChris Larson
2010-12-10build: send logging messages to the log file for python functionsChris Larson
2010-09-03Drop 'fn' arguments to bb.msg functionsChris Larson
2010-09-03Add pending deprecation warnings to the bb.msg functionsChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-08-27Use the python logging module under the hood for bb.msgChris Larson
2010-07-06*: use print() as a functionBernhard Reutner-Fischer
2010-06-08Fix the silent exit when the specified task doesn't existChris Larson