class logging.handlers.HTTPHandler(host, url, method='GET', secure=False, credentials=None, context=None) Returns a new instance
mapLogRecord(record) Provides a dictionary, based on record, which is to be URL-encoded and sent to the web server
Logger.info(msg, *args, **kwargs) Logs a message with level INFO on this logger. The arguments are interpreted
class logging.Formatter(fmt=None, datefmt=None, style='%') Returns a new instance of the Formatter class. The instance
stop() Stops the listener. This asks the thread to terminate, and then waits for it to do so
Handler.acquire() Acquires the thread lock created with createLock().
class logging.StreamHandler(stream=None) Returns a new instance of the StreamHandler class. If stream
enqueue(record) Enqueues the record on the queue using put_nowait(); you may want to override this if you want
logging.log(level, msg, *args, **kwargs) Logs a message with level level on the root logger. The other arguments are
logging.config.listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None) Starts up a socket server on the specified port, and listens
Page 12 of 15