logging.makeLogRecord(attrdict) Creates and returns a new LogRecord instance whose attributes are defined by attrdict
Logger.getChild(suffix) Returns a logger which is a descendant to this logger, as determined by the suffix. Thus, logging
Handler.handleError(record) This method should be called from handlers when an exception is encountered during an emit()
Logger.removeFilter(filt) Removes the specified filter filt from this logger.
format(record) The record’s attribute dictionary is used as the operand to a string formatting operation. Returns the resulting
class logging.handlers.WatchedFileHandler(filename, mode='a', encoding=None, delay=False) Returns a new instance of the
prepare(record) Prepares a record for queuing. The object returned by this method is enqueued. The
setTarget(target) Sets the target handler for this handler.
Logger.getEffectiveLevel() Indicates the effective level for this logger. If a value other than NOTSET has been
class logging.handlers.HTTPHandler(host, url, method='GET', secure=False, credentials=None, context=None) Returns a new instance
Page 11 of 15