Severity Enumeration

Summary
The severity of the message.
Syntax
C#
VB
C++
public enum Severity 
  
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
0EmergencyThe system is unusable.
1Alert(0x0000000E)Action must be taken immediately.
2CriticalCritical condition.
3ErrorThere is an error condition.
4WarningThere is a warning condition.
5NoticeThere is a normal but significant condition.
6InformationalInformation message.
7DebugDebug-level message.
Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.