Pretty logs for local development.
pip install readable-log-formatter
Provides the class readable_log_formatter.ReadableFormatter to be used with Python’s logging:
import logging
from readable_log_formatter import ReadableFormatter
log = logging.getLogger()
log.setLevel(logging.INFO)
hndl = logging.StreamHandler()
hndl.setFormatter(ReadableFormatter())
log.addHandler(hndl)
Release files for readable-log-formatter 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| readable-log-formatter-0.1.4.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| readable_log_formatter-0.1.4-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 7.1 kB
Release files / readable-log-formatter-0.1.4.tar.gz
| Download URL | readable-log-formatter-0.1.4.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9054caa2b3ad4d3e49f7d0dda5f53955396912d46a7b14b2eda814e4a1f4550
|
|
BLAKE2b-256 checksum How to use checksums |
7ea6743bb18aa81b77a24917bc723ac7980c934506658bedbf766bb9d66dc353
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / readable_log_formatter-0.1.4-py2.py3-none-any.whl
| Download URL | readable_log_formatter-0.1.4-py2.py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3cbbd4737074e1ffa13d62c68fa5d10019737971ac33656fe328766e18e72a89
|
|
BLAKE2b-256 checksum How to use checksums |
f1a3a501b5d1ecd145b7f7aefe9554cb5cf092945c462b618cfda57c81cf03e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |