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
|
enum LogLevel
|
||||||
{
|
{
|
||||||
Trace,
|
Trace = 0,
|
||||||
Debug,
|
Debug = 1,
|
||||||
Info,
|
Info = 2,
|
||||||
Warning,
|
Warning = 3,
|
||||||
Fatal
|
Fatal = 4
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue