Discussion:
[BitPim-devel] Logging Module?
Mc Kiernan, Daniel Kian
2006-01-02 08:39:23 UTC
Permalink
At what module(s) should I look for the code that generates the
protocol log? (I specifically want to hack it to write to a file.)
Roger Binns
2006-01-02 08:55:22 UTC
Permalink
Post by Mc Kiernan, Daniel Kian
At what module(s) should I look for the code that generates the
protocol log? (I specifically want to hack it to write to a file.)
The display is done into a guiwidgets.LogWindow. The methods that
call into that are OnLog and OnLogData in gui.py for the MainWindow
class.

Roger

Loading...