Created by: janw
What is this Python project?
(Mostly quoting from the docs)
- Easy logging to console and/or (rotating) file, created by @metachris.
- Provides a fully configured standard Python logger object.
- Pretty formatting, including level-specific colors in the console.
- Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters.
- Multiple loggers can write to the same logfile (also works across multiple Python files).
- Compatible with Python 2 and 3.
- All contained in a single file
- No further Python dependencies.
What's the difference between this Python project and similar ones?
Focusses on simplicity (less than 400 sloc), has no dependencies, and ... it's pretty!
--
Anyone who agrees with this pull request could vote for it by adding a