←Select platform

Severity Enumeration

Summary

The severity of the message.

Syntax

C#
VB
C++
public enum Severity : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum Severity  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable 
public enum class Severity : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable

Members

ValueMemberDescription
0x00000000EmergencyThe system is unusable.
0x00000001Alert(0x0000000E)Action must be taken immediately.
0x00000002CriticalCritical condition.
0x00000003ErrorThere is an error condition.
0x00000004WarningThere is a warning condition.
0x00000005NoticeThere is a normal but significant condition.
0x00000006InformationalInformation message.
0x00000007DebugDebug-level message.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize