System.Diagnostics.Tracing.EventChannel public enum EventChannel Documentation Code namespace System.Diagnostics.Tracing { public enum EventChannel : byte { Admin = 16, Analytic = 18, Debug = 19, None = 0, Operational = 17 } }