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ยง
- File
AndSocket Sink - An
EventSinkthat writes JSON-lines to a log file and a Unix socket.