Go to the documentation of this file. 14 #define QLOG_TRACE() if (1) {} else qDebug() 15 #define QLOG_DEBUG() if (1) {} else qDebug() 16 #define QLOG_INFO() if (1) {} else qDebug() 17 #define QLOG_WARN() if (1) {} else qDebug() 18 #define QLOG_ERROR() if (1) {} else qDebug() 19 #define QLOG_FATAL() if (1) {} else qDebug()