A colored logging formatter
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logging-color-formatter-1.1.0.tar.gz.
File metadata
- Download URL: logging-color-formatter-1.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19285cd9027277bb4ad89cff2f0d984c4ec665f3ac6c89a7648572c6267db07d
|
|
| MD5 |
b760d9a7b33112d8312f970cf78c942a
|
|
| BLAKE2b-256 |
b26596ac42f870cf15f3dfccf639a8682c48fd97baad0539a7ed76015e41e3bb
|
File details
Details for the file logging_color_formatter-1.1.0-py3-none-any.whl.
File metadata
- Download URL: logging_color_formatter-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825e0e0eb98a7c86f1d9892d290d37a66f0458ec540c290a0cc7fc5d98136644
|
|
| MD5 |
ef99962c318c3cb9aaa28a4ca48126e4
|
|
| BLAKE2b-256 |
28e61faef29d78232986c576f5012e7d657939fd3865e6a8af43fbd21d52b9b5
|