Differences between revisions 9 and 15 (spanning 6 versions)
Revision 9 as of 2011-10-02 09:27:21
Size: 725
Editor: techtonik
Comment: clarify the talk is about logging statistics
Revision 15 as of 2016-09-01 22:20:02
Size: 1071
Comment: Adding lithoxyl, an alternative to the built-in logging
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * 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://sourceforge.net/projects/log4py/ is another log4j port to Python.
 * http://packages.python.org/Logbook/ replacement for the standard library’s logging module.
 * [[http://lithoxyl.readthedocs.io/en/latest/|Lithoxyl]], rock-solid, action-oriented logging, metrics, and instrumentation framework, built as a Pythonic alternative to the Log4J clones.
Line 6: Line 8:
== Videos and slides ==
Line 7: Line 10:
 * 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.

Videos and slides

AppLogging (last edited 2016-09-01 22:20:02 by MahmoudHashemi)

Unable to edit the page? See the FrontPage for instructions.