handle(record) This method does nothing.
logging.getLogRecordFactory() Return a callable which is used to create a LogRecord.
emit(record) The record is formatted, and then sent to the syslog server. If exception information is present, it is not
filter(record) Is the specified record to be logged? Returns zero for no, nonzero for yes. If deemed appropriate, the record
doRollover() Does a rollover, as described above.
Logger.isEnabledFor(lvl) Indicates if a message of severity lvl would be processed by this logger. This method checks
flush() For a MemoryHandler, flushing means just sending the buffered records to the target, if there is one. The
dequeue(block) Dequeues a record and return it, optionally blocking. The base implementation
close() Closes the file.
logging.lastResort A “handler of last resort” is available through this attribute. This is a
Page 1 of 15