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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly