Print Logger Python print with strict structure
Project description
Print Logger
Python print with strict structure
Install
pip install print-logger
Usage
from print_logger import print_log, ERROR, INFO, WARNING
# info level
print_log('message info', INFO)
# error level
print_log({'message': 'error'}, ERROR)
# warning level
print_log('message warning', WARNING)
# custom level
print_log('message custom', 'CUSTOM')
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
print_logger-1.0.3.tar.gz
(2.8 kB
view details)
File details
Details for the file print_logger-1.0.3.tar.gz.
File metadata
- Download URL: print_logger-1.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
396c02b87038706ad11b22169d0f7db5e426a35009b9d73e7fe7c0c31b9d2466
|
|
| MD5 |
81c7459897b3e9f7cc3e8314efd7e829
|
|
| BLAKE2b-256 |
0076e86483b9629682f1f90f9980d03603efc1ab122d8ab6bb2e69198355ee93
|