coloredlogs 15.0.1
0
Colored terminal output for Python's logging module
Contents
Colored terminal output for Python's logging module
Stars: 542, Watchers: 542, Forks: 44, Open Issues: 36The xolox/python-coloredlogs
repo was created 11 years ago and the last code push was 4 months ago.
The project is popular with 542 github stars!
How to Install coloredlogs
You can install coloredlogs using pip
pip install coloredlogs
or add it to a project with poetry
poetry add coloredlogs
Package Details
- Author
- Peter Odding
- License
- MIT
- Homepage
- https://coloredlogs.readthedocs.io
- PyPi:
- https://pypi.org/project/coloredlogs/
- GitHub Repo:
- https://github.com/xolox/python-coloredlogs
Classifiers
- Communications
- Scientific/Engineering/Human Machine Interfaces
- Software Development
- Software Development/Libraries/Python Modules
- Software Development/User Interfaces
- System
- System/Console Fonts
- System/Logging
- System/Shells
- System/System Shells
- System/Systems Administration
- Terminals
- Utilities
Related Packages
Errors
A list of common coloredlogs errors.
Code Examples
Here are some coloredlogs
code examples and snippets.
GitHub Issues
The coloredlogs package has 36 open issues on GitHub
- Add defaults parameter to ColoredFormatter.init in python3.10+