aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/msg.py
AgeCommit message (Expand)Author
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
2010-04-09Apply the 2to3 print function transformChris Larson
2010-04-09Import fixupsChris Larson
2010-04-09Formatting cleanupsChris Larson
2010-04-09Add a function to get the debug level, without poking into debug_levels manuallyChris Larson
2010-04-09Fix invalid logging domain warningChris Larson
2010-04-09Make the default domain a proper domain, not a stringChris Larson
2010-04-09Implement bb.msg.domain as a named tuple, drop the Enum classChris Larson
2010-04-09Immediately display messages if no UI handlers are installed yetChris Larson
2010-01-19event.py: Pass the datastore to the fire command, don't build it into eventsRichard Purdie
2009-05-11[bb] Remove unused imports reported by pyflakesHolger Hans Peter Freyther
2007-08-18msg.py: Rely on fired events, no longer print directlyRichard Purdie
2007-08-15msg.py: Fix plain message typeRichard Purdie
2007-08-14msg.py: Handle unset domains correctlyRichard Purdie
2007-08-13msg.py: Add checks for unset domainsRichard Purdie
2007-08-13msg.py: Add plain message type, remove legacy logging codeRichard Purdie
2007-07-28Add persistent data store moduleRichard Purdie
2007-03-04msg.py: Add events for standard message typesRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther