EventChannel Enumeration

.NET Framework (current version)
 

Specifies the event log channel for the event.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public enum class EventChannel

Member nameDescription
Admin

The administrator log channel.

Analytic

The analytic channel.

Debug

The debug channel.

None

No channel specified.

Operational

The operational channel.

Events can be written to event log channels, event tracing log files, or both. A channel is basically a container to collect events. Each channel type has an intended audience, which determines the type of events that you write to the channel. For more information about event log channels, see Defining Channels

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.6
Return to top
Show: