Development Team/Almanac/Python Standard Logging: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=== 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? === | ||