Commit Graph

1 Commits

Author SHA1 Message Date
Christian Muehlhaeuser d7516fc570
feat: add Tracer, a debugging aid
Adds a Tracer interface that is capable of logging all executed
tea.Cmd and all processed tea.Msg.

RemoteTracer is one standard implementation, which provides access
to a live stream of these event logs, through a TCP socket.
2022-11-08 17:05:49 +01:00