#include "export.h"
#include "commandlineflags.h"
#include "errcode.h"
#include "tprintf.h"
Go to the source code of this file.
|
#define | tlog(level, ...) |
|
#define | TLOG_IS_ON(level) (FLAGS_tlog_level >= level) |
|
◆ tlog
#define tlog |
( |
|
level, |
|
|
|
... |
|
) |
| |
Value: { \
if (FLAGS_tlog_level >= level) { \
tprintf(__VA_ARGS__); \
} \
}
Definition at line 36 of file tlog.h.
◆ TLOG_IS_ON
#define TLOG_IS_ON |
( |
|
level | ) |
(FLAGS_tlog_level >= level) |
◆ DECLARE_INT_PARAM_FLAG()
TESS_PANGO_TRAINING_API DECLARE_INT_PARAM_FLAG |
( |
tlog_level |
| ) |
|