added log level explicit numbers
This commit is contained in:
parent
6144297a3c
commit
c95cc53b21
1 changed files with 5 additions and 5 deletions
|
@ -474,9 +474,9 @@ class LogSetting
|
|||
|
||||
enum LogLevel
|
||||
{
|
||||
Trace,
|
||||
Debug,
|
||||
Info,
|
||||
Warning,
|
||||
Fatal
|
||||
Trace = 0,
|
||||
Debug = 1,
|
||||
Info = 2,
|
||||
Warning = 3,
|
||||
Fatal = 4
|
||||
}
|
Loading…
Add table
Reference in a new issue