mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
8 lines
201 B
C
8 lines
201 B
C
#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
|
|
|