formatException(exc_info) Formats the specified exception information (a standard exception tuple as returned by
enqueue_sentinel() Writes a sentinel to the queue to tell the listener to quit. This implementation uses put_nowait()
class logging.LoggerAdapter(logger, extra) Returns an instance of LoggerAdapter initialized with an underlying
shouldFlush(record) Checks for buffer full or a record at the flushLevel or higher.
logging.debug(msg, *args, **kwargs) Logs a message with level DEBUG on the root logger. The msg is the
Handler.release() Releases the thread lock acquired with acquire().
emit(record) Sends the record to the Web server as a URL-encoded dictionary. The mapLogRecord() method is used
class logging.handlers.BufferingHandler(capacity) Initializes the handler with a buffer of the specified capacity.
Handler.flush() Ensure all logging output has been flushed. This version does nothing and is intended to be implemented by subclasses
logging.log(level, msg, *args, **kwargs) Logs a message with level level on the root logger. The other arguments are
Page 13 of 15