gramods
Loading...
Searching...
No Matches
modules
gmCore
include
gmCore
ConsoleLevel.hh
1
2
#ifndef GRAMODS_CORE_CONSOLELEVEL
3
#define GRAMODS_CORE_CONSOLELEVEL
4
5
BEGIN_NAMESPACE_GMCORE;
6
10
enum struct
ConsoleLevel {
11
17
Error = 0,
18
24
Warning = 1,
25
32
Information = 2,
33
39
Debug1 = 3,
40
46
Debug2 = 4,
47
53
Debug3 = 5
54
};
55
56
END_NAMESPACE_GMCORE;
57
58
#endif
Generated by
1.9.8