We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57300d commit e228a6aCopy full SHA for e228a6a
1 file changed
src/LogLevel.hpp
@@ -4,9 +4,9 @@ namespace al
4
{
5
enum eLogLevel
6
7
- DEBUG,
+ VERBOSE,
8
INFO,
9
WARNING,
10
- ERROR
+ FATAL
11
};
12
}
0 commit comments