artemis.logger¶
Module Contents¶
-
class
artemis.logger.Logger¶ class to retain common logging properties
-
FMT= %(name)s - %(funcName)s - %(levelname)s - %(message)s¶
-
DEFAULT_LEVEL¶
-
CONFIGURED_LEVEL¶
-
static
loglevel(**kwargs)¶
-
static
logfilehandler(**kwargs)¶
-
static
logged(obj)¶ Taken from autologging.py Create a decorator to add logging to a class
-
static
setloglevel(obj, **kwargs)¶ all loggers have hidden name __logger
-
static
setexternals()¶
-
static
configure(obj, **kwargs)¶
-