logging.lastResort A “handler of last resort” is available through this attribute. This is a
logging.config.fileConfig(fname, defaults=None, disable_existing_loggers=True) Reads the logging configuration from a
Logger.filter(record) Applies this logger’s filters to the record and returns a true value if the record is to be processed
Logger.warning(msg, *args, **kwargs) Logs a message with level WARNING on this logger. The arguments are interpreted
logging.getLogRecordFactory() Return a callable which is used to create a LogRecord.
filter(record) Is the specified record to be logged? Returns zero for no, nonzero for yes. If deemed appropriate, the record
class logging.handlers.QueueListener(queue, *handlers, respect_handler_level=False) Returns a new instance of the QueueListener
Logger.addHandler(hdlr) Adds the specified handler hdlr to this logger.
Logger.isEnabledFor(lvl) Indicates if a message of severity lvl would be processed by this logger. This method checks
close() Closes the file.
Page 2 of 15