Possible severity levels used in event log policy behaviors.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum EventLogSeverity
Visual Basic
Public Enumeration EventLogSeverity

Members

Member nameValueDescription
Error0Indicate that an error has occurred.
Warning1Indicate that a problematic condition has occurred.
Information2Offer some sort of important information.

See Also