module documentation

Undocumented

Function configure Configure logging to emit warning and above to stderr and everything else to stdout. This behavior is provided for compatibility with distutils.log but may change in the future.
Function set_threshold Undocumented
Function _not_warning Undocumented
def configure(): (source)

Configure logging to emit warning and above to stderr and everything else to stdout. This behavior is provided for compatibility with distutils.log but may change in the future.

def set_threshold(level): (source)

Undocumented

def _not_warning(record): (source)

Undocumented