Package mathbench :: Package basement :: Module logging_utils
[hide private]

Module logging_utils

source code

Defines a logger based on Python's logger module.

Functions [hide private]
 
CreateLogger(handler)
Create a logger object with a default verbosity corresponding to a given loglevel.
source code
Variables [hide private]
  MB_LOGLEVEL_MAPPING = {'CRITICAL': 50, 'DEBUG': 10, 'ERROR': 4...
  MB_LOGGER_NAME = 'mathbench'
Variables Details [hide private]

MB_LOGLEVEL_MAPPING

Value:
{'CRITICAL': 50, 'DEBUG': 10, 'ERROR': 40, 'INFO': 20}