|
Size: 247
Comment:
|
Size: 590
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
* 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
