summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/msg.py
AgeCommit message (Expand)Author
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-25bitbake: build/msg: Cleanup verbose option handlingRichard Purdie
2020-06-28bitbake: msg: Avoid issues where paths have relative componentsRichard Purdie
2020-03-13bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt
2020-03-13bitbake: msg: Return config objectJoshua Watt
2020-03-13bitbake: msg: Add helper to merge logging configsJoshua Watt
2020-03-13bitbake: knotty: Add logging cleanupJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add helper to set logging configJoshua Watt
2020-03-13bitbake: lib/bb/msg: Remove unused filtersJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add filter utilitiesJoshua Watt
2020-03-13bitbake: lib/bb/msg: Add repr for BBLogFormatterJoshua Watt
2020-03-13bitbake: lib/bb/msg: Use log level instead of debug countJoshua Watt
2020-03-13bitbake: lib/bb/msg: Convert default domains to a dictionaryJoshua Watt
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-09-10bitbake: msg: Add explicit verbnote log levelRichard Purdie
2017-06-12bitbake: knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton
2017-03-27bitbake: lib/bb/msg: introduce logger_create() functionPaul Eggleton
2016-07-08bitbake: knotty: add quiet output modePaul Eggleton
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-13bitbake: event/msg: Pass formatted exceptionsRichard Purdie
2015-08-19bitbake: Fix default function parameter assignment to a listPaul Eggleton
2014-03-27bitbake: msg: Add stdout/stderr filtersRichard Purdie
2013-08-23bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie
2012-11-25bitbake: knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal c...Richard Purdie
2012-11-20bitbake: knotty: 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-08Shift exception formatting into the UIChris Larson
2011-05-06Enable some DeprecationWarningsChris Larson
2011-02-07bitbake/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-08bitbake/msg.py: Add named definitions for all logging levelsRichard Purdie
2011-01-04bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie
2011-01-04Fix logging level names for post-server-ui-splitChris Larson
2011-01-04build: send logging messages to the log file for python functionsChris Larson
2011-01-04Drop 'fn' arguments to bb.msg functionsChris Larson
2011-01-04Add pending deprecation warnings to the bb.msg functionsChris Larson
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2011-01-04Use the python logging module under the hood for bb.msgChris Larson
2010-08-20bitbake: Correctly route events from the worker to the serverRichard Purdie
2010-08-19bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...Richard Purdie
2010-07-16*: use print() as a functionBernhard Reutner-Fischer
2010-07-02Fix the silent exit when the specified task doesn't existChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson