EventChannel Enum

Definition

Specifies the event log channel for the event.

public enum class EventChannel
public enum EventChannel
type EventChannel = 
Public Enum EventChannel
Inheritance
EventChannel

Fields

Admin 16

The administrator log channel.

Analytic 18

The analytic channel.

Debug 19

The debug channel.

None 0

No channel specified.

Operational 17

The operational channel.

Remarks

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.

Applies to