Namespace Xui.Core.Debug
Classes
Structs
Interfaces
- IInstruments
Factory interface for creating per-run-loop instrumentation sinks. Set on Instruments at startup. Implementations are swappable (console, file, network, E2E test).
- IInstrumentsSink
Per-run-loop instrumentation sink that receives fully-formatted messages. Thread-aligned — must not be shared across run loops or threads.