Logger.isEnabledFor(lvl) Indicates if a message of severity lvl would be processed by this logger. This method checks
dequeue(block) Dequeues a record and return it, optionally blocking. The base implementation
handle(record) This method does nothing.
Handler.removeFilter(filt) Removes the specified filter filt from this handler.
Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted
close() Closes the file.
Logger.removeHandler(hdlr) Removes the specified handler hdlr from this logger.
Logger.addHandler(hdlr) Adds the specified handler hdlr to this logger.
logging.lastResort A “handler of last resort” is available through this attribute. This is a
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
Page 1 of 15