NET Logging Library
LoggingLevel Enumeration



KellermanSoftware.NetLoggingLibrary Namespace : LoggingLevel Enumeration
Defines different levels of logging
Syntax
<SerializableAttribute()>
Public Enum LoggingLevel 
   Inherits System.Enum
Dim instance As LoggingLevel
[Serializable()]
public enum LoggingLevel : System.Enum 
[Serializable()]
public enum class LoggingLevel : public System.Enum 
Members
MemberDescription
DEBUG Debug is mainly used for detailed developer debug purposes
ERROR An unexpected exception occured in the application
FATAL The application is about to exit due to a previous error
INFO Info is used to produce information at critical points in the application
OFF Turn off logging
WARN Something unexpected happened, an error may happen soon
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetLoggingLibrary.LoggingLevel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetLoggingLibrary Namespace