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§
- Json
RpcMessage - A JSON-RPC message representation for logging