Changes
Jump to navigation
Jump to search
Line 1:
Line 1:
− +
Development Team/Almanac/Python Standard Logging (view source)
Revision as of 10:53, 9 July 2008
, 10:53, 9 July 2008no edit summary
=== What is the overall structure of python standard logging that I will use in Sugar? ===
=== What is the overall structure of python standard logging that I will use in Sugar? ===
Sugar uses Python's Standard Logging<ref>[http://www.onlamp.com/pub/a/python/2005/06/02/logging.html OnLamp.com-- Python Standard Logging]</ref><ref>Python Library Reference -- [http://docs.python.org/lib/module-logging.html Logging] pretty much without modification. The diagram below conceptualizes how logging generally works.
Sugar uses Python's Standard Logging<ref>[http://www.onlamp.com/pub/a/python/2005/06/02/logging.html OnLamp.com-- Python Standard Logging]</ref><ref>Python Library Reference -- [http://docs.python.org/lib/module-logging.html Logging]</ref> pretty much without modification. The diagram below conceptualizes how logging generally works.
=== How do I write to a log in my activity code? ===
=== How do I write to a log in my activity code? ===