Table of Contents

Property EnabledCategories

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

EnabledCategories

Gets or sets the enabled trace categories for the current async context. This property is thread-safe and isolated per async flow.

[ConfigurationProperty(Scope = typeof(SettingsScope))]
[JsonConverter(typeof(TraceCategoryJsonConverter))]
public static TraceCategory EnabledCategories { get; set; }

Property Value

TraceCategory