Interface ITraceBackend
Interface for trace backends. Implement this to capture trace events for logging, testing, or debugging.
public interface ITraceBackend
Methods
- Clear()
Clears any captured entries. For backends that don't capture, this is a no-op.
- Log(TraceEntry)
Logs a trace entry.