Logger.critical(msg, *args, **kwargs) Logs a message with level CRITICAL on this logger. The arguments are interpreted
send(packet) Send a pickled string packet to the socket. This function allows for partial sends which can happen when
Logger.error(msg, *args, **kwargs) Logs a message with level ERROR on this logger. The arguments are interpreted
emit() Pickles the record’s attribute dictionary and writes it to the socket in binary format. If there is an error with the
logging.warning(msg, *args, **kwargs) Logs a message with level WARNING on the root logger. The arguments are interpreted
class logging.handlers.SocketHandler(host, port) Returns a new instance of the SocketHandler class intended to
class logging.Filter(name='') Returns an instance of the Filter class. If name is specified, it names
logging.info(msg, *args, **kwargs) Logs a message with level INFO on the root logger. The arguments are interpreted
logging.getLevelName(lvl) Returns the textual representation of logging level lvl. If the level is one of the predefined
emit(record) Formats the record and sends it to the specified addressees.
Page 10 of 15