Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2009-07-31 14:04:55
Size: 447
Editor: 66
Comment:
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 15: Line 15:
* API uses camelCase * 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.