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