Size: 750
Comment: add header for videos
|
Size: 977
Comment: add LogBook by pocoo
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* http://packages.python.org/Logbook/ replacement for the standard library’s logging module. | |
Line 8: | Line 9: |
* Python Logging: Getting the most from it - Julian Orbach [[http://www.youtube.com/watch?v=MN7vxKZH6EI|SyPy - June 4th, 2010]] |
Python has a standard logging module modeled after Apache log4j - the standard logging system for Java. Here we gather additional information about logging in Python in general that is missing from the docs.
LoggingPackage page contains discussions about logging module features.
http://sourceforge.net/projects/log4py/ is another log4j port to Python (not sure how far it is from standard package - anybody want to explore and post results here?)
http://packages.python.org/Logbook/ replacement for the standard library’s logging module.
Videos and slides
Lightning talk about logging statistics at PyCon 2011, starts at 19:55
Python Logging: Getting the most from it - Julian Orbach SyPy - June 4th, 2010