Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2009-07-31 14:00:13
Size: 423
Editor: FredDrake
Comment: add link to ZConfig (alternate logging configuration)
Revision 6 as of 2009-07-31 14:55:41
Size: 590
Editor: LSt-Amand-152-31-13-132
Comment: slowness
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

* API uses camelCase (ie is not PEP8 compatible)

* Rather slow considering the large number of function calls performed internally to check which handler to use

This page should cover pros and cons of current stdlib logging package.

Pros

* Almost every feature you could want from logging package is there

Cons

* Docs are not complete

* Config files are a little bit hard to comprehend

  • An alternate configuration mechanism is provided by the ZConfig package (PyPI).

* API uses camelCase (ie is not PEP8 compatible)

* Rather slow considering the large number of function calls performed internally to check which handler to use

LoggingPackage (last edited 2012-03-15 12:46:11 by VinaySajip)

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