Differences between revisions 6 and 7
Revision 6 as of 2011-10-02 09:15:49
Size: 551
Editor: techtonik
Comment: update info, make page more useful
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:
Python has a standard [[http://docs.python.org/library/logging.html|logging]] module modeled after Log4j (http://logging.apache.org/log4j) - the standard logging system for Java. Here we gather additional information about logging in Python in general that is missing from the docs. 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 4: Line 4:
 * There seems to be another log4j port to Python http://sourceforge.net/projects/log4py/ (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 (not sure how far it is from standard package - anybody want to explore and post results here?)

 * 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.