Property Backend
Backend
Gets or sets the trace backend for the current async context. Default is NullBackend. Each async flow (test, thread) has its own backend instance.
public static ITraceBackend Backend { get; set; }
Property Value
Remarks
When any trace category is enabled and no backend has been explicitly set, LoggingBackend is automatically used.