enlog

Tool to simplify python logging initialization


Keywords
simple, logging
License
MIT
Install
pip install enlog==0.1.1

Documentation

Enlog - Enhanced Logger

Python library used to simplify logging initialization

from enlog.simple import get_simple_logger

logger = get_simple_logger(name="my-app")