logzero 1.7.0
Robust and effective logging for Python 2 and 3
logzero
is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero
doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.
The metachris/logzero
repo was created 7 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 1028 github stars!
How to Install logzero
You can install logzero using pip
pip install logzero
or add it to a project with poetry
poetry add logzero
Package Details
- Author
- Chris Hager
- License
- MIT license
- Homepage
- https://github.com/metachris/logzero
- PyPi:
- https://pypi.org/project/logzero/
- GitHub Repo:
- https://github.com/metachris/logzero
Classifiers
Related Packages
Errors
A list of common logzero errors.
Code Examples
Here are some logzero
code examples and snippets.
GitHub Issues
The logzero package has 24 open issues on GitHub
- Update sphinx to 4.4.0
- Update LogFormatter to allow syslog severity levels, and dateformats of {"iso", "azure"}
- Allow logging to stdout instead of stderr
- Create directory structure, if it doesn't exist
- Function 'logfile' assumes that filename is a string
- Update cryptography to 36.0.1