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 = 1The event log type is administrative.
Analytical = 3The event log type is analytical.
Debug = 4The event log type is debug.
Operational = 2The event log type is operational.
Unknown = 0The event log type is unknown.