class logging.handlers.WatchedFileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the
format(record) The record’s attribute dictionary is used as the operand to a string formatting operation. Returns the resulting
formatStack(stack_info) Formats the specified stack information (a string as returned by
prepare(record) Prepares a record for queuing. The object returned by this method is enqueued. The
Logger.getEffectiveLevel() Indicates the effective level for this logger. If a value other than NOTSET has been
class logging.FileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the FileHandler
logging.getLoggerClass() Return either the standard Logger class, or the last class passed to setLoggerClass()
class logging.LogRecord(name, level, pathname, lineno, msg, args, exc_info, func=None, sinfo=None) Contains all the information
Handler.release() Releases the thread lock acquired with acquire().
logging.getLogger(name=None) Return a logger with the specified name or, if name is None, return a logger which
Page 12 of 15