Added
Link Here
|
1 |
Robust and effective logging for Python 2 and 3. |
2 |
|
3 |
- Easy logging to console and/or (rotating) file. |
4 |
- Provides a fully configured standard Python logger object. |
5 |
- Pretty formatting, including level-specific colors in the console. |
6 |
- Windows color output supported by colorama |
7 |
- Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters. |
8 |
- Multiple loggers can write to the same logfile (also across multiple Python files). |
9 |
- Global default logger with logzero.logger and custom loggers with logzero.setup_logger(..). |
10 |
- Compatible with Python 2 and 3. |
11 |
- All contained in a single file. |
12 |
- Licensed under the MIT license. |
13 |
- Heavily inspired by the Tornado web framework. |
14 |
|
15 |
WWW: https://github.com/metachris/logzero |