Handler.removeFilter(filt) Removes the specified filter filt from this handler.
flush() You can override this to implement custom flushing behavior. This version just zaps the buffer to empty.
Logger.addFilter(filt) Adds the specified filter filt to this logger.
Logger.removeHandler(hdlr) Removes the specified handler hdlr from this logger.
logging.config.fileConfig(fname, defaults=None, disable_existing_loggers=True) Reads the logging configuration from a
handle(record) This method does nothing.
flush() For a MemoryHandler, flushing means just sending the buffered records to the target, if there is one. The
logging.lastResort A “handler of last resort” is available through this attribute. This is a
Logger.isEnabledFor(lvl) Indicates if a message of severity lvl would be processed by this logger. This method checks
doRollover() Does a rollover, as described above.
Page 2 of 15