Changes
Jump to navigation
Jump to search
Line 3:
Line 3:
+
+
Development Team/Almanac/Python Standard Logging (view source)
Revision as of 13:15, 9 July 2008
, 13:15, 9 July 2008no edit summary
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.
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.
[[Image: Logging-Sugar-Almanac.jpg | Logging Diagram for Python]]
=== How do I write to a log in my activity code? ===
=== How do I write to a log in my activity code? ===