Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-07-31 13:47:34
Size: 247
Editor: dm
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 10: Line 10:
Line 11: Line 12:

  An alternate configuration mechanism is provided by the [[http://www.zope.org/Members/fdrake/zconfig/|ZConfig]] package ([[http://pypi.python.org/pypi/ZConfig/|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

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.