Python logging module

Python logging module is a logging module for Python for use with Python 1.5.2 through 2.2.x.
Download

Python logging module Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freely Distributable
  • Price:
  • FREE
  • Publisher Name:
  • Vinay Sajip
  • Publisher web site:
  • http://www.red-dove.com/python_config.html

Python logging module Tags


Python logging module Description

Python logging module is a logging module for Python for use with Python 1.5.2 through 2.2.x. The Python logging module implements a standard logging system for Python programs. It was strongly influenced by log4j from the Apache project.As this package is included in versions 2.3 and later, only users of earlier versions of Python would need to install this module.There was a need for a standard logging system in Python, as comprehensively documented in PEP 282 and enthusiastically endorsed by the BDFL in the Parade of the PEPs.By a happy coincidence, the package described here was already in development and fairly close in intent and design to the description in the aforementioned PEP, borrowing as it did heavily from JSR-47 (now JDK 1.4's java.util.logging package) and log4j.This page describes it in more detail. As I have tweaked the package to meet comments on PEP 282, I have structured this page in the same way as the original PEP.This package is now part of Python 2.3, but if you have an earlier version of Python, you can download the package from here and use it with Python versions between 1.5.2 and 2.2.x.


Python logging module Related Software