logging.captureWarnings(capture) This function is used to turn the capture of warnings by logging on and off.
handleError() Handles an error which has occurred during emit(). The most likely cause is a lost connection. Closes
doRollover() Does a rollover, as described above.
Logger.makeRecord(name, lvl, fn, lno, msg, args, exc_info, func=None, extra=None, sinfo=None) This is a factory method which
logging.disable(lvl) Provides an overriding level lvl for all loggers which takes precedence over the logger’s own
Logger.handle(record) Handles a record by passing it to all handlers associated with this logger and its ancestors (until a
createLock() This method returns None for the lock, since there is no underlying I/O to which access needs to be
Logger.findCaller(stack_info=False) Finds the caller’s source filename and line number. Returns the filename, line number, function
Handler.createLock() Initializes a thread lock which can be used to serialize access to underlying I/O functionality which may
class logging.NullHandler Returns a new instance of the NullHandler class.
Page 5 of 15