blob: 8442816bb1ea018c9aaffe9ee971361ea089e2ab (
plain)
1
2
3
4
5
6
7
8
|
#ifndef LOGGER_H
#define LOGGER_H
const QString getLogPath(const QString logPath);
void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &message);
#endif // LOGGER_H
|