logging.critical(msg, *args, **kwargs) Logs a message with level CRITICAL on the root logger. The arguments are
logging.setLoggerClass(klass) Tells the logging system to use the class klass when instantiating a logger. The class
Handler.flush() Ensure all logging output has been flushed. This version does nothing and is intended to be implemented by subclasses
emit(record) Sends the record to the Web server as a URL-encoded dictionary. The mapLogRecord() method is used
Page 15 of 15