Loading...
Searching...
No Matches
Go to the documentation of this file.
5#define LOG(...) qDebug(__VA_ARGS__)
7#define LOG(...) fprintf(stdout,__VA_ARGS__)
11#define LOG_ERROR(...) qDebug(__VA_ARGS__)
13#define LOG_ERROR(...) fprintf(stderr,__VA_ARGS__)