mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-28 09:31:37 +01:00
9 lines
201 B
C
9 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
|
|
|