trikRuntime
QsLogDisableForThisFile.h File Reference
#include <QtDebug>
Include dependency graph for QsLogDisableForThisFile.h:

Go to the source code of this file.

Macros

#define QLOG_TRACE()   if (1) {} else qDebug()
 
#define QLOG_DEBUG()   if (1) {} else qDebug()
 
#define QLOG_INFO()   if (1) {} else qDebug()
 
#define QLOG_WARN()   if (1) {} else qDebug()
 
#define QLOG_ERROR()   if (1) {} else qDebug()
 
#define QLOG_FATAL()   if (1) {} else qDebug()
 

Macro Definition Documentation

#define QLOG_DEBUG ( )    if (1) {} else qDebug()
#define QLOG_ERROR ( )    if (1) {} else qDebug()
#define QLOG_FATAL ( )    if (1) {} else qDebug()
#define QLOG_INFO ( )    if (1) {} else qDebug()
#define QLOG_TRACE ( )    if (1) {} else qDebug()
#define QLOG_WARN ( )    if (1) {} else qDebug()