Go to the source code of this file.
#define tlog |
( |
|
level, |
|
|
|
... |
|
) |
| |
Value:{ \
if (FLAGS_tlog_level >= level) {
\
} \
}
DLLSYM void tprintf_internal(const char *format,...)
Definition at line 33 of file tlog.h.
#define TLOG_FATAL |
( |
|
msg... | ) |
|
Value:
__FILE__, __LINE__); \
}
const ERRCODE ASSERT_FAILED
void error(const char *caller, TessErrorLogCode action, const char *format,...) const
Definition at line 41 of file tlog.h.
#define TLOG_IS_ON |
( |
|
level | ) |
(FLAGS_tlog_level >= level) |
DECLARE_INT_PARAM_FLAG |
( |
tlog_level |
| ) |
|