Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2008-11-15 14:00:52
Size: 303
Editor: localhost
Comment: converted to 1.6 markup
Revision 7 as of 2011-10-02 09:19:56
Size: 706
Editor: techtonik
Comment: add lightning talk about logging
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Log4J = Python has a standard [[http://docs.python.org/library/logging.html|logging]] module modeled after [[http://logging.apache.org/log4j|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.
Line 3: Line 3:
Log4j (http://logging.apache.org/log4j) is the standard logging system for java.
A similar api is available for python.
 * 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?)
Line 6: Line 6:
 * http://www.its4you.at/english/log4py.html
 * http://sourceforge.net/projects/log4py/

There is now log4j-like logging built into Python - the logging package.
 * Lightning talk about logging ([[http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-friday-afternoon-lightning-talks-4902699|PyCon 2011, at 19:30]])

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.

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

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