Property EnabledCategories
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; }