[Metalab] Show Metalab: logzero - Simplified logging for Python 2 and 3
Chris Hager
chris at linuxuser.at
Thu Jun 29 22:36:51 CEST 2017
Hi guys!
I wanted to show you a small project I just released: logzero - a Python
package to simplify logging with Python 2 and 3:
-
https://www.metachris.com/2017/06/logzero---simplified-logging-for-python-2-and-3
- https://logzero.readthedocs.io
- https://github.com/metachris/logzero
Features:
- Easy logging to console and/or file.
- Pretty formatting, including level-specific colors in the console.
- Robust against str/bytes encoding problems, works well with all kinds
of character encodings and special characters.
- Compatible with Python 2 and 3.
- All contained in a single file
<https://github.com/metachris/logzero/blob/master/logzero/__init__.py>.
- Licensed under the MIT license.
Happy about feedback and ideas!
Cheers,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.metalab.at/pipermail/metalab/attachments/20170629/969c3fbe/attachment.html>
More information about the Metalab
mailing list