jce-manager/src/appDatabase/jce_logger.h

20 lines
372 B
C
Raw Normal View History

2014-09-17 22:59:42 +00:00
#ifndef JCE_LOGGER_H
#define JCE_LOGGER_H
#include <QMessageLogContext>
#include <QString>
#include <QDateTime>
#include <QFile>
#include <QTextStream>
2014-09-30 06:18:23 +00:00
#define LOG_FILE_NAME "JMLog.log"
2014-09-17 22:59:42 +00:00
class jce_logger
{
public:
static void customMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
};
#endif // JCE_LOGGER_H