red_logging
Classes and utilities to help configure the stdlib logging library for Python.
Configurations (formatters, handlers, loggers, filters) can be created as classes, which
can be compiled down to logging.config.dictConfig-compatible dicts using each class's
.get_dictconfig() method, or by passing multiple initialized configuration classes to the
assemble_configdict() method.