Function
logging.makeLogRecord

Signature

makeLogRecord(dict)

Documentation String

Make a LogRecord whose attributes are defined by the specified dictionary, This function is useful for converting a logging event received over a socket connection (which is sent as a dictionary) into a LogRecord instance.