Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/logger.py
Commit message (Expand)AuthorAgeFilesLines
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-151-52/+0
* Use incremental numbers to avoid double logs, nicerMarco Pesenti Gritti2007-10-091-3/+0
* When running from a terminal don't use logs.Marco Pesenti Gritti2007-10-091-1/+1
* Readd timestamps to the logsMarco Pesenti Gritti2007-10-091-0/+3
* Looks like I can't dup2 and stream logs on the same file.Marco Pesenti Gritti2007-10-091-38/+7
* Cleanup the logs stuff a bit.Marco Pesenti Gritti2007-10-091-1/+1
* Rework sugar.logger and make activities justMarco Pesenti Gritti2007-10-091-175/+43
* Add a DBus service to tweak the log level, it will be used by the developer c...Marco Pesenti Gritti2007-09-051-6/+33
* Use the activity service name for logs rather thanMarco Pesenti Gritti2007-09-041-1/+1
* Don't traceback when writing zero-length messageDan Williams2007-08-281-1/+1
* CleanupMarco Pesenti Gritti2007-08-151-5/+1
* Turn logs on by default for the emulatorDan Williams2007-07-251-1/+5
* Turn off logging by default; re-enable on a per-module basis using environmen...Dan Williams2007-07-241-0/+5
* Include timestamps (with 100 us resolution) in Sugar logfiles, to allow debug...Simon McVittie2007-07-111-1/+1
* Add flush method.Tomeu Vizoso2007-07-061-0/+3
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
* Get one line back :)Tomeu Vizoso2007-05-291-1/+3
* Bug 590# fixed (codestyle issues)Konrad Kleine2007-05-291-11/+16
* Bug #590 fixed.Konrad Kleine2007-05-291-3/+58
* Avoid crashing in atexit.Tomeu Vizoso2007-05-221-0/+3
* 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