Development Team/Almanac/Python Standard Logging: Difference between revisions

No edit summary
 
No edit summary
Line 3: Line 3:


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? ===