Go to the source code of this file.
Macros | |
#define | ApproxMVBB_LOG(message) { std::cout << message ; } |
#define | ApproxMVBB_LOGLEVEL(level, setlevel, message) { if( level <= setlevel ){ ApproxMVBB_LOG(message); } } |
#define | ApproxMVBB_LOGLEVEL_SCOPE(level) { if( level <= setlevel ) { } |
#define | ApproxMVBB_LOGLEVEL_SCOPE_END { } } |
#define | ApproxMVBB_MSGLOG_L1(message) { ApproxMVBB_LOGLEVEL(1, ApproxMVBB_MSGLOG_LEVEL, message) } |
#define | ApproxMVBB_MSGLOG_L2(message) { ApproxMVBB_LOGLEVEL(2, ApproxMVBB_MSGLOG_LEVEL, message) } |
#define | ApproxMVBB_MSGLOG_L3(message) { ApproxMVBB_LOGLEVEL(3, ApproxMVBB_MSGLOG_LEVEL, message) } |
#define | ApproxMVBB_MSGLOG_LEVEL 2 |
#define ApproxMVBB_LOG | ( | message | ) | { std::cout << message ; } |
Definition at line 17 of file LogDefines.hpp.
#define ApproxMVBB_LOGLEVEL | ( | level, | |
setlevel, | |||
message | |||
) | { if( level <= setlevel ){ ApproxMVBB_LOG(message); } } |
Definition at line 18 of file LogDefines.hpp.
#define ApproxMVBB_LOGLEVEL_SCOPE | ( | level | ) | { if( level <= setlevel ) { } |
Definition at line 19 of file LogDefines.hpp.
#define ApproxMVBB_LOGLEVEL_SCOPE_END { } } |
Definition at line 20 of file LogDefines.hpp.
#define ApproxMVBB_MSGLOG_L1 | ( | message | ) | { ApproxMVBB_LOGLEVEL(1, ApproxMVBB_MSGLOG_LEVEL, message) } |
Definition at line 34 of file LogDefines.hpp.
#define ApproxMVBB_MSGLOG_L2 | ( | message | ) | { ApproxMVBB_LOGLEVEL(2, ApproxMVBB_MSGLOG_LEVEL, message) } |
Definition at line 35 of file LogDefines.hpp.
#define ApproxMVBB_MSGLOG_L3 | ( | message | ) | { ApproxMVBB_LOGLEVEL(3, ApproxMVBB_MSGLOG_LEVEL, message) } |
Definition at line 36 of file LogDefines.hpp.
#define ApproxMVBB_MSGLOG_LEVEL 2 |
Definition at line 28 of file LogDefines.hpp.