NonPickledSocketHandler

Description

class lab_utils.custom_logging.NonPickledSocketHandler(host, port)[source]

Socket handler that sends non-pickled strings. Such strings are compatible with a Server listening on the appropriate TCP port.

Attributes

Methods

NonPickledSocketHandler.emit

Encodes a record and writes it to the socket.