server.LogRecordStreamHandler
dareplane_utils.logging.server.LogRecordStreamHandler()
Handler for a streaming logging request.
This basically logs the record using whatever logging policy is configured locally.
Methods
Name | Description |
---|---|
handle | Handle multiple requests - each expected to be a 4-byte length, |
handle
dareplane_utils.logging.server.LogRecordStreamHandler.handle()
Handle multiple requests - each expected to be a 4-byte length, followed by the LogRecord in pickle format. Logs the record according to whatever policy is configured locally.