DLog.h 337 B

12345678910111213141516171819
  1. #ifndef DLOG_H
  2. #define DLOG_H
  3. #include <qapplication.h>
  4. #include <QDateTime>
  5. #include <QFile>
  6. #include <QDir>
  7. #include <QTextStream>
  8. #include <QtMsgHandler>
  9. #include <QMessageLogContext>
  10. #include <QMutex>
  11. void DLog_Init();
  12. void myMsgOutput(QtMsgType type, const QMessageLogContext &context, const QString& msg);
  13. #endif // DLOG_H