<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
<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
Member | Description |
---|---|
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 |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NetLoggingLibrary.LoggingLevel
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