Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted
Handler.removeFilter(filt) Removes the specified filter filt from this handler.
Logger.removeHandler(hdlr) Removes the specified handler hdlr from this logger.
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
logging.config.fileConfig(fname, defaults=None, disable_existing_loggers=True) Reads the logging configuration from a
Logger.addFilter(filt) Adds the specified filter filt to this logger.
Logger.addHandler(hdlr) Adds the specified handler hdlr to this logger.
Logger.filter(record) Applies this logger’s filters to the record and returns a true value if the record is to be processed
class logging.handlers.QueueListener(queue, *handlers, respect_handler_level=False) Returns a new instance of the QueueListener
formatTime(record, datefmt=None) This method should be called from
Page 2 of 15