Uses of Class
system.diagnostics.tracing.EventChannel
-
Packages that use EventChannel Package Description system.diagnostics.tracing -
-
Uses of EventChannel in system.diagnostics.tracing
Fields in system.diagnostics.tracing declared as EventChannel Modifier and Type Field Description static EventChannel
EventChannel. Admin
static EventChannel
EventChannel. Analytic
static EventChannel
EventChannel. Debug
static EventChannel
EventChannel. None
static EventChannel
EventChannel. Operational
Methods in system.diagnostics.tracing that return EventChannel Modifier and Type Method Description EventChannel
EventAttribute. getChannel()
EventChannel
EventWrittenEventArgs. getChannel()
Methods in system.diagnostics.tracing with parameters of type EventChannel Modifier and Type Method Description boolean
EventSource. IsEnabled(EventLevel level, EventKeywords keywords, EventChannel channel)
void
EventAttribute. setChannel(EventChannel Channel)
-