Go to the documentation of this file. 1 #ifndef CLASSIFIED_ADS_LOG_H
2 #define CLASSIFIED_ADS_LOG_H
6 #define LOG_STR(a) qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << a
7 #define LOG_STR2(a,b) { QString str ; qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << str.sprintf(a,b) ; }
8 #define QLOG_STR(a) qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << a