logging.addLevelName(lvl, levelName) Associates level lvl with text levelName in an internal dictionary, which
Handler.addFilter(filt) Adds the specified filter filt to this handler.
rotation_filename(default_name) Modify the filename of a log file when rotating. This is provided
close() Closes the socket to the remote host.
class logging.handlers.HTTPHandler(host, url, method='GET', secure=False, credentials=None, context=None) Returns a new instance
emit(record) Outputs the record to the file, catering for rollover as described above.
logging.warning(msg, *args, **kwargs) Logs a message with level WARNING on the root logger. The arguments are interpreted
logging.makeLogRecord(attrdict) Creates and returns a new LogRecord instance whose attributes are defined by attrdict
Logger.error(msg, *args, **kwargs) Logs a message with level ERROR on this logger. The arguments are interpreted
Logger.removeFilter(filt) Removes the specified filter filt from this logger.
Page 9 of 15