|
tesseract 3.04.01
|
Go to the source code of this file.
Defines | |
| #define | tlog(level,...) |
| #define | TLOG_IS_ON(level) (FLAGS_tlog_level >= level) |
| #define | TLOG_FATAL(msg...) |
Functions | |
| DECLARE_INT_PARAM_FLAG (tlog_level) | |
| #define tlog | ( | level, | |
| ... | |||
| ) |
{ \
if (FLAGS_tlog_level >= level) { \
tprintf_internal(__VA_ARGS__); \
} \
}
| #define TLOG_FATAL | ( | msg... | ) |
| DECLARE_INT_PARAM_FLAG | ( | tlog_level | ) |