substrate-trace
Concrete [TracePort] adapters. The trait itself is defined in
substrate-core so the application layer can emit events without
depending on any adapter crate.
Adapters
| Type | Purpose |
|---|---|
[NoopTrace] |
Silently discards all events (useful as a default). |
[RecordingTrace] |
Stores events in memory for test assertions. |
[MultiTrace] |
Fans a single event stream out to N [TracePort]s. |
[AgilePlusTrace] |
POSTs events to the AgilePlus API. |
[TraceraTrace] |
POSTs events to the Tracera API. |