The 8 levels defined in the syslog protocol. It is used by the whole logger system.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public enum LogLevel
<SerializableAttribute> _ Public Enumeration LogLevel
[SerializableAttribute] public enum class LogLevel
| Member | Description |
|---|---|
| Emergency |
System is unusable Level 0
|
| Alert |
Action must be taken immediately Level 1
|
| Critical |
Critical conditions Level 2
|
| Error |
Error conditions Level 3
|
| Warning |
Warning conditions Level 4
|
| Notice |
Normal but significant condition Level 5
|
| Information |
Informational messages Level 6
|
| Debug |
Debug-level messages Level 7
|