Minimal logger written for Python by Luke Davis (@R8T3D) (inspired by darron eggins)
- Print with timestamp easily & consistently
Minimal logger supports Python 2.7 and Python 3+
from logger import logger
log = logger().log
log("Example text here")
MIT License (MIT)