Table of Contents

Property Backend

Namespace
Terminal.Gui.Tracing
Assembly
Terminal.Gui.dll

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

ITraceBackend

Remarks

When any trace category is enabled and no backend has been explicitly set, LoggingBackend is automatically used.