Defs.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "Basics/LogId.hpp"
4 
5 namespace iv
6 {
7 namespace Defs
8 {
9 
10 namespace Log
11 {
15  extern const LogId Warning;
16 
21  extern const LogId UserWarning;
22 
27  extern const LogId Performance;
28 
31  extern const LogId Lex;
32 
35  extern const LogId NewFrame;
36 
39  extern const LogId ConsistencyChecks;
40 
43  extern const LogId ConsistencyChecks_Frame;
44 }
45 
46 }
47 }