1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-01 08:11:54 +01:00
monero-gui/Logger.h

9 lines
201 B
C
Raw Normal View History

#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