summaryrefslogtreecommitdiffstats
path: root/lib/bb/msg.py
AgeCommit message (Expand)Author
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
2006-09-10msg.py: Each -l option increases the debug level of that logging domain by 1 ...Richard Purdie
2006-09-09Add bitbake -l option to specify debug domains to showRichard Purdie
2006-09-09Complete conversion to use bb.msgRichard Purdie
2006-09-09Convert fetchers to use bb.msgRichard Purdie
2006-08-20bitbake/lib/bb/taskdata.py:Richard Purdie
2006-07-15msg needs to import sys, it calls it Michael 'Mickey' Lauer
2006-07-08bitbake/lib/bb/__init__.py:Richard Purdie