Skip to main content

Crate sacp_tee

Crate sacp_tee 

Source
Expand description

sacp-tee - A debugging proxy that logs all ACP traffic

This proxy sits transparently between two ACP endpoints, passing messages through while logging them to a file for debugging purposes.

Structs§

LogEntry
A log entry representing a message passing through the proxy
LogWriter
Log writer actor that receives log entries and writes them to disk
Tee
The Tee component - can be used as a component in a larger proxy chain or run standalone as a binary
TeeHandler
Handler that logs messages passing through

Enums§

JsonRpcMessage
A JSON-RPC message representation for logging

Functions§

run
Run the tee proxy as a standalone binary connected to stdio
run_raw
Run the tee in raw mode - just log lines without parsing