A human readable log formatter for Python
Project description
Pretty logs for local development.
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
File details
Details for the file readable-log-formatter-0.1.1.tar.gz
.
File metadata
- Download URL: readable-log-formatter-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c1765332ae71b3a381ddba8741b0d8a72619bf0eaaf5daad86911ed317b2640 |
|
MD5 | 413854d3a16a4a55a9f4a32dbfaf1915 |
|
BLAKE2b-256 | aae02f602dbf9ddbbabcf0a334aea540441aa834d58904c22683513acf72951f |