Last updated:
0 purchases
printlogger 1.0.3
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')
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.