added log level info
This commit is contained in:
parent
8de8f6667e
commit
316b49eee2
2 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ enum LogLevel {
|
|||
LOG = 0,
|
||||
WARN,
|
||||
ERR,
|
||||
CRIT
|
||||
CRIT,
|
||||
INFO
|
||||
};
|
||||
|
||||
namespace Debug {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue