preheat_open.logging.Logging

class preheat_open.logging.Logging(stacklevel=0)

Bases: object

__init__(stacklevel=0)

Methods

__init__([stacklevel])

critical(msg[, exception, stack_level])

rtype:

None

debug(msg[, stack_level])

rtype:

None

error(msg[, exception, stack_level])

rtype:

None

info(msg[, stack_level])

rtype:

None

set_level(level)

rtype:

None

set_root_logger(func)

warning(msg[, stack_level])

rtype:

None