Click or drag to resize
Galactic API

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
Members
  Member nameValueDescription
Information0 Indicates that this event is informational in nature.
Warning1 Indicates that this event contains a warning.
Error2 Indicates that this event contains an error.
Unknown3 Indicates that this event contains an unknown security level.
See Also