Logging
Module: pyot.utils.logging
class LazyLogger
LazyLoggerLazy logger which its
log()method will do nothing if level equals 0
Extends:
logging.Loggerlogging.Filterer
Definitions:
__init__->Nonename:None
Methods:
method
log->Nonelevel:Nonemsg:None
Same as logging.Logger.log, with a new level (0) to skip logging.
Last updated