| EventSeverityLevels Enumeration |
The possible severity levels of a logged event.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public enum SeverityLevels
Public Enumeration SeverityLevels
public enum class SeverityLevels
Members
| Member name | Value | Description |
---|
| Information | 0 |
Indicates that this event is informational in nature.
|
| Warning | 1 |
Indicates that this event contains a warning.
|
| Error | 2 |
Indicates that this event contains an error.
|
| Unknown | 3 |
Indicates that this event contains an unknown security level.
|
See Also