summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/msg.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb: support NO_COLORPeter A. Bigot2024-03-221-1/+1
* bitbake: msg: Drop unused local variableRichard Purdie2022-04-211-1/+0
* bitbake: msg: Ensure manually created loggers have the once filterJoshua Watt2022-02-171-0/+1
* bitbake: msg: Add bb.warnonce() and bb.erroronce() log methodsRichard Purdie2022-02-171-1/+31
* bitbake: msg: use safe YAML loaderRoss Burton2020-12-101-1/+1
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-0/+1
* bitbake: build/msg: Cleanup verbose option handlingRichard Purdie2020-08-251-6/+0
* bitbake: msg: Avoid issues where paths have relative componentsRichard Purdie2020-06-281-1/+1
* bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()Joshua Watt2020-03-131-11/+0
* bitbake: msg: Return config objectJoshua Watt2020-03-131-1/+4
* bitbake: msg: Add helper to merge logging configsJoshua Watt2020-03-131-41/+48
* bitbake: knotty: Add logging cleanupJoshua Watt2020-03-131-0/+11
* bitbake: lib/bb/msg: Add helper to set logging configJoshua Watt2020-03-131-0/+93
* bitbake: lib/bb/msg: Remove unused filtersJoshua Watt2020-03-131-16/+0
* bitbake: lib/bb/msg: Add filter utilitiesJoshua Watt2020-03-131-0/+35
* bitbake: lib/bb/msg: Add repr for BBLogFormatterJoshua Watt2020-03-131-0/+3
* bitbake: lib/bb/msg: Use log level instead of debug countJoshua Watt2020-03-131-13/+9
* bitbake: lib/bb/msg: Convert default domains to a dictionaryJoshua Watt2020-03-131-10/+7
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-2/+0
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: msg: Add explicit verbnote log levelRichard Purdie2018-09-101-0/+3
* bitbake: knotty: prevent extra logger from being enabled for tinfoilPaul Eggleton2017-06-121-0/+7
* bitbake: lib/bb/msg: introduce logger_create() functionPaul Eggleton2017-03-271-0/+15
* bitbake: knotty: add quiet output modePaul Eggleton2016-07-081-1/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-1/+1
* bitbake: event/msg: Pass formatted exceptionsRichard Purdie2016-05-131-2/+3
* bitbake: Fix default function parameter assignment to a listPaul Eggleton2015-08-191-2/+5
* bitbake: msg: Add stdout/stderr filtersRichard Purdie2014-03-271-2/+16
* bitbake: event/msg: Add primitive server side UI log record filteringRichard Purdie2013-08-231-2/+5
* bitbake: knotty/msg: Avoid usage of curses initscr/endwin to avoid terminal c...Richard Purdie2012-11-251-11/+1
* bitbake: knotty: Colorize knotty interactive console outputSeth Bollinger2012-11-201-0/+43
* bitbake: implement BB_VERBOSE_LOGSPaul Eggleton2012-02-281-0/+3
* bitbake/lib/bb/msg.py: fix setting debug and verbosity levelsPaul Eggleton2011-09-251-2/+2
* Fixup remaining bb.msg.domain usersRichard Purdie2011-08-151-1/+1
* bitbake/msg.py: Drop manually created domain listsRichard Purdie2011-08-151-81/+4
* bitbake/logging: Overhaul internal logging processRichard Purdie2011-08-151-29/+45
* Shift exception formatting into the UIChris Larson2011-06-081-2/+8
* Enable some DeprecationWarningsChris Larson2011-05-061-12/+10
* bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo...Richard Purdie2011-02-071-5/+9
* msg: no need to hardcode the logging levelsChris Larson2011-01-101-2/+2
* bitbake/msg.py: Add named definitions for all logging levelsRichard Purdie2011-01-081-6/+11
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-3/+0
* Fix logging level names for post-server-ui-splitChris Larson2011-01-041-0/+21
* build: send logging messages to the log file for python functionsChris Larson2011-01-041-0/+9
* Drop 'fn' arguments to bb.msg functionsChris Larson2011-01-041-7/+7
* Add pending deprecation warnings to the bb.msg functionsChris Larson2011-01-041-2/+14
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-6/+12
* Use the python logging module under the hood for bb.msgChris Larson2011-01-041-66/+68