Differences between revisions 5 and 6
Revision 5 as of 2008-11-15 14:00:52
Size: 303
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2011-10-02 09:15:49
Size: 551
Editor: techtonik
Comment: update info, make page more useful
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 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.
Line 3: Line 3:
Log4j (http://logging.apache.org/log4j) is the standard logging system for java.
A similar api is available for python.

 * http://www.its4you.at/english/log4py.html
 * http://sourceforge.net/projects/log4py/

There is now log4j-like logging built into Python - the logging package.
 * LoggingPackage page contains discussions about `logging` module features.
 * 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?)

Python has a standard 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.

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

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