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
Release files for logging-color-formatter 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| logging-color-formatter-1.1.0.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| logging_color_formatter-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / logging-color-formatter-1.1.0.tar.gz
| Download URL | logging-color-formatter-1.1.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19285cd9027277bb4ad89cff2f0d984c4ec665f3ac6c89a7648572c6267db07d
|
|
BLAKE2b-256 checksum How to use checksums |
b26596ac42f870cf15f3dfccf639a8682c48fd97baad0539a7ed76015e41e3bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.18
|
Release files / logging_color_formatter-1.1.0-py3-none-any.whl
| Download URL | logging_color_formatter-1.1.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
825e0e0eb98a7c86f1d9892d290d37a66f0458ec540c290a0cc7fc5d98136644
|
|
BLAKE2b-256 checksum How to use checksums |
28e61faef29d78232986c576f5012e7d657939fd3865e6a8af43fbd21d52b9b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.18
|