Logger.addHandler(hdlr) Adds the specified handler hdlr to this logger.
class logging.handlers.QueueHandler(queue) Returns a new instance of the QueueHandler class. The instance is initialized
getMessage() Returns the message for this LogRecord instance after merging any user-supplied arguments with the
send(s) Send a pickled string to a socket.
class logging.handlers.SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), facility=LOG_USER, socktype=socket.SOCK_DGRAM) Returns
createSocket() Tries to create a socket; on failure, uses an exponential back-off algorithm. On initial failure, the handler
handle(record) Handle a record. This just loops through the handlers offering them the record
class logging.Logger
prepare(record) Prepare a record for handling. This implementation just returns the passed-in
class logging.handlers.MemoryHandler(capacity, flushLevel=ERROR, target=None) Returns a new instance of the MemoryHandler
Page 3 of 15