EventId Class

Definition

Identifies a logging event.

public ref class EventId
public class EventId
type EventId = class
Public Class EventId
Inheritance
EventId

Remarks

The primary identifier is the "Id" property, with the "Name" property providing a short description of this type of event.

Constructors

EventId(Int32, String)

Initializes a new instance of the EventId class.

Properties

Id

Gets the numeric identifier for this event.

Name

Gets the name of this event.

Applies to