coloredlogs
Colored terminal output for Python's logging module
Colored terminal output for Python's logging module
To install this package, run one of the following:
The coloredlogs package enables colored terminal output for Python's logging module. The ColoredFormatter class uses ANSI escape sequences to render logging messages in color. As it uses only standard colors, it should work on any UNIX terminal. On Windows, Colorama is automatically pulled in as a dependency to enable ANSI escape sequence translation.
Summary
Colored terminal output for Python's logging module
Last Updated
Mar 31, 2025 at 21:03
License
MIT
Total Downloads
0
Version Downloads
0
Supported Platforms
GitHub Repository
https://github.com/xolox/python-coloredlogsDocumentation
https://coloredlogs.readthedocs.io/