logging.makeLogRecord(attrdict)
Creates and returns a new LogRecord
instance whose attributes are defined by attrdict. This function is useful for taking a pickled LogRecord
attribute dictionary, sent over a socket, and reconstituting it as a LogRecord
instance at the receiving end.
Please login to continue.