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.
[JsonConverter(typeof(TraceCategoryJsonConverter))]
public static TraceCategory EnabledCategories { get; set; }