Enum WindowsEventLogType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of event log.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsEventLogType
Fields
Administrative = 1
The event log type is administrative.
Analytical = 3
The event log type is analytical.
Debug = 4
The event log type is debug.
Operational = 2
The event log type is operational.
Unknown = 0
The event log type is unknown.