added log level explicit numbers

This commit is contained in:
Booklordofthedings 2024-08-02 11:39:30 +02:00
parent 6144297a3c
commit c95cc53b21

View file

@ -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
} }