Size: 230
Comment:
|
← 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 1: | Line 1: |
= Log4Py = | 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. * 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: |
* http://www.its4you.at/english/log4py.html * http://sourceforge.net/projects/log4py/ |
== Videos and slides == * Lightning talk about logging statistics at [[http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-friday-afternoon-lightning-talks-4902699|PyCon 2011, starts at 19:55]] * 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.
http://packages.python.org/Logbook/ replacement for the standard library’s logging module.
Lithoxyl, rock-solid, action-oriented logging, metrics, and instrumentation framework, built as a Pythonic alternative to the Log4J clones.
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