flox.common.logging_configΒΆ

This module contains logging configuration for flox.

Functions

setup_logging

rtype:

None

Classes

FloxConsoleFormatter

For internal use only. This formatter handles output to standard streams in the following way: if 'debug' is False (default): info messages and below are treated as "user output" and are minimally decorated warning messages and up are given a full format, so are debug messages if 'debug' is True: all messages are given the full format.

FloxLogger

Initialize the logger with a name and an optional level.