In-process trace sink for tests, examples, and local inspection.
This sink is intentionally small and process-local. Durable production sinks
can implement Jidoka.Trace.Sink directly.
Summary
Functions
Removes all entries from the sink.
Returns all entries recorded by the sink.
Starts a process-local trace sink.
Functions
@spec clear(pid()) :: :ok
Removes all entries from the sink.
Returns all entries recorded by the sink.
@spec start_link(keyword()) :: Agent.on_start()
Starts a process-local trace sink.