generic-poky/bitbake/bin
Chris Larson d3a45c7d41 Use logging in the knotty ui, and pass the log record across directly
This kills firing of Msg* events in favor of just passing along LogRecord
objects.  These objects hold more than just level and message, but can also
have exception information, so the UI can decide what to do with that.

As an aside, when using the 'none' server, this results in the log messages in
the server being displayed directly via the logging module and the UI's
handler, rather than going through the server's event queue.  As a result of
doing it this way, we have to override the event handlers of the base logger
when spawning a worker process, to ensure they log via events rather than
directly.

(Bitbake rev: c23c015cf8af1868faf293b19b80a5faf7e736a5)

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
..
bitbake Use logging in the knotty ui, and pass the log record across directly 2011-01-04 14:46:33 +00:00
bitbake-diffsigs bitbake/bitbake-sigdiff: Extend to handle dumping single state siginfo files 2010-09-30 18:02:35 +01:00
bitbake-runtask bitbake/bitbake-runtask: Since the parent has set the environment up cleanly we don't need to filter this ourselves anymore 2010-12-10 12:40:23 +00:00
bitbake-runtask-strace bitbake-runtask-strace: simple shell script to wrap tasks in a strace call 2010-11-14 21:08:27 -08:00
bitdoc Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00