Skip to content

Tags: languitar/loggerbyclass

Tags

release-0.2

Allow to specify an instance name per logger

The instance field can be set to extend the logger name with the string
'.__INSTANCE__', e.g. to specify the special purpose of a class in the
logger hierarchy for better controlled logging configuration.

* loggerbyclass.py: add instance parameter to get_logger_by_class
* setup.py: version bump to 0.2

release-0.1

Add a mock readme