Go to the documentation of this file. 21 #ifndef CLASSIFIED_ADS_LOG_H 22 #define CLASSIFIED_ADS_LOG_H 27 #define LOG_STR(a) qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << a 28 #define LOG_STR2(a,b) { QString str ; qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << str.sprintf(a,b) ; } 29 #define QLOG_STR(a) qDebug() << QDateTime::currentDateTime().toString("hh:mm:ss") << a