class logging.handlers.TimedRotatingFileHandler(filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False, atTime=None)
Logger.exception(msg, *args, **kwargs) Logs a message with level ERROR on this logger. The arguments are interpreted
Handler.addFilter(filt) Adds the specified filter filt to this handler.
logging.shutdown() Informs the logging system to perform an orderly shutdown by flushing and closing all handlers. This should
class logging.handlers.RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False) Returns
class logging.handlers.BaseRotatingHandler(filename, mode, encoding=None, delay=False) The parameters are as for FileHandler
Handler.close() Tidy up any resources used by the handler. This version does no output but removes the handler from an internal
rotation_filename(default_name) Modify the filename of a log file when rotating. This is provided
start() Starts the listener. This starts up a background thread to monitor the queue for LogRecords
Handler.handle(record) Conditionally emits the specified logging record, depending on filters which may have been added to the
Page 6 of 15