Setup project wide loggers.
This is a thin wrapper around Python's logging module. It supports colored
logging.
SingleLevelFilter
Bases: Filter
Filter levels.
configure_logging(stream: TextIO, level: int, use_color: bool) -> None
Configure application logging.
get_logger
Get a logger with the given name.