Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/logger.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't use dbus for logging until we get deadlock issues sorted outDan Williams2006-08-171-10/+20
|
* Reset idle_id so we keep logging even if the console isn't set up yetDan Williams2006-08-171-0/+1
|
* Some cleanupsMarco Pesenti Gritti2006-08-151-9/+9
|
* Do not pass the timeout argument if we are using the in-process consoleMarco Pesenti Gritti2006-08-151-5/+11
|
* Print traces also on stderrMarco Pesenti Gritti2006-08-151-0/+1
|
* Factor out a queue from the handler and use it for exceptions too.Marco Pesenti Gritti2006-08-141-37/+59
| | | | Send all messages in the same dbus call.
* Getting presence service logging to work.Marco Pesenti Gritti2006-08-131-10/+13
| | | | Don't lose debug state when switching tab.
* Fix add_python_path, ensure service exist before trying to logMarco Pesenti Gritti2006-08-121-0/+16
|
* Split the console service out of the shell, to remove depMarco Pesenti Gritti2006-08-121-12/+13
|
* Actually enable exception loggingMarco Pesenti Gritti2006-08-111-1/+1
|
* Add a way to enable/disable displaying debug messagesMarco Pesenti Gritti2006-08-111-8/+8
|
* Show all activities output in the console, justMarco Pesenti Gritti2006-08-111-1/+20
| | | | activate the tab for the current activity.
* Refactor the console stuffMarco Pesenti Gritti2006-08-111-0/+34