Table of Contents

Enum WindowsEventLogEntryType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of event log entry.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsEventLogEntryType

Fields

Critical = 1

The event log entry is a critical error.

Error = 2

The event log entry is an error.

FailureAudit = 7

The event log entry is a failure audit.

Information = 4

The event log entry is informational.

SuccessAudit = 6

The event log entry is a success audit.

Unknown = 0

The event log entry type is unknown.

Verbose = 5

The event log entry is verbose.

Warning = 3

The event log entry is a warning.