loggerbyclass

Provides a single helper function to simplify the common idiom of getting one logger object from python standard logging per class. The method get_logger_by_class returns a logger with the name being the full path to that class separated by dots.


Keywords
logging, helper, utility
License
LGPL-3.0+
Install
pip install loggerbyclass==0.2.0

Documentation

Provides a single helper function to simplify the common idiom of getting one logger object from python standard logging per class.