print-logger 1.0.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

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')

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.