logging-color-formatter

A colored logging formatter


Keywords
logging
License
Other
Install
pip install logging-color-formatter==1.1.0

Documentation

logging-color-formatter

A colored logging formatter.

Installation

pip install logging-color-formatter

Usage

[loggers]
keys = root

[handlers]
keys = console

[formatters]
keys = generic

[logger_root]
level = DEBUG
handlers = console

[handler_console]
class = StreamHandler
args = (sys.stdout,)
level = NOTSET
formatter = generic

[formatters]
keys = color

[formatter_color]
class = logging_color_formatter.ColorFormatter

Changes

See [Github Releases](https://github.com/leplatrem/logging-color-formatter/releases)

Run tests

py.test

Licence

  • Apache License v2