Module file_socket_sink

Module file_socket_sink 

Source
Expand description

File + Unix socket event sink.

FileAndSocketSink writes JSON-lines to an append-only log file and, optionally, to a connected Unix stream socket client. Enabled by the file-socket feature flag (requires std).

Structsยง

FileAndSocketSink
An EventSink that writes JSON-lines to a log file and a Unix socket.