generic-poky/bitbake/lib/bb
Chris Larson ecc68fa4fb Switch bitbake internals to use logging directly rather than bb.msg
We use a custom Logger subclass for our loggers

This logger provides:
- 'debug' method which accepts a debug level
- 'plain' method which bypasses log formatting
- 'verbose' method which is more detail than info, but less than debug

(Bitbake rev: 3b2c1fe5ca56daebb24073a9dd45723d3efd2a8d)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2011-01-04 14:46:33 +00:00
..
fetch Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
parse Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
server bitbake/xmlrpc: Modify xmlrpc server to work with Python 2.7 2010-12-07 12:51:59 +00:00
ui Use logging in the knotty ui, and pass the log record across directly 2011-01-04 14:46:33 +00:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
build.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
cache.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
codeparser.py codeparser.py: Fix storing of hash values as object references can be corrupted 2010-09-28 12:05:15 +01:00
command.py Add missing 'return False' to the SystemExit handler in runAsyncCommand 2010-07-02 15:41:37 +01:00
cooker.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py bitbake: add optional expansion to getVarFlag() 2010-12-14 22:36:19 +00:00
data_smart.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
event.py Use logging in the knotty ui, and pass the log record across directly 2011-01-04 14:46:33 +00:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
persist_data.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
providers.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
runqueue.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
shell.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
siggen.py siggen.py: print taskname when seeing mismatched hash in cache 2010-12-20 14:50:22 +00:00
taskdata.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
utils.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00