A human readable log formatter for Python
Project description
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)
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for readable-log-formatter-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8503538b371458f6d28aeac3c087cb4302104d6efff9f2da8a4a876d5792718 |
|
MD5 | 21cd4147c353011598126423dd0c241e |
|
BLAKE2b-256 | d46d9d5bc28006637beaf8ca07eb0bc3566e7acc2e1cce85a4ea12e7c69d4c42 |
Close
Hashes for readable_log_formatter-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7c8739068e1e962c633ed439c87d170cfd8fb3a2f894888371798433df3ab2a |
|
MD5 | f53b953927b4768e0c171b325006b84e |
|
BLAKE2b-256 | 57f470543e477af643427c4386cdab72dcc78620eff4dd829f16a36e9af592e7 |