emit(record) This method does nothing.
send(packet) Send a pickled string packet to the socket. This function allows for partial sends which can happen when
logging.basicConfig(**kwargs) Does basic configuration for the logging system by creating a
class logging.handlers.SocketHandler(host, port) Returns a new instance of the SocketHandler class intended to
format(record) The record’s attribute dictionary is used as the operand to a string formatting operation. Returns the resulting
makeSocket() This is a factory method which allows subclasses to define the precise type of socket they want. The default implementation
rotator If this attribute is set to a callable, the rotate() method delegates to this callable. The parameters
Handler.acquire() Acquires the thread lock created with createLock().
logging.setLoggerClass(klass) Tells the logging system to use the class klass when instantiating a logger. The class
logging.getLoggerClass() Return either the standard Logger class, or the last class passed to setLoggerClass()
Page 12 of 15