Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/logger.py
Commit message (Expand)AuthorAgeFilesLines
* sugar.logger: Use formatters properly when interfacing with logging.Simon McVittie2007-05-081-1/+3
* sugar/logger.py: interpolate %x parameters in messages from the logging frame...Simon McVittie2007-05-081-1/+1
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+1
* More new PS fixesDan Williams2007-04-091-1/+3
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-59/+59
* Add stdout and stderr to the logsMarco Pesenti Gritti2006-10-251-0/+20
* We was missing the warning levelMarco Pesenti Gritti2006-10-241-0/+2
* Cleanup logs dir on shell startupMarco Pesenti Gritti2006-10-241-4/+12
* Cleanup the messagesMarco Pesenti Gritti2006-10-161-1/+8
* Flush the stream after writing a logMarco Pesenti Gritti2006-10-161-0/+1
* Remove the old dbus stuff, use one log file per processMarco Pesenti Gritti2006-10-161-108/+29
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Put the log in the profile. Release 0.33Marco Pesenti Gritti2006-10-061-1/+5
* Deprecate dbus.dbus_bindings import and use new name_has_ownerJohn (J5) Palmieri2006-10-031-2/+14
* Log unhandled exceptions in /tmp/sugar.logIvan Krstić2006-09-111-0/+3
* Write out log strings as utf8Dan Williams2006-08-291-1/+3
* 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
* Getting presence service logging to work.Marco Pesenti Gritti2006-08-131-10/+13
* 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
* Refactor the console stuffMarco Pesenti Gritti2006-08-111-0/+34