Merge pull request #1153

c853888 WalletManager: add logging API from QML
This commit is contained in:
luigi1111
2018-03-13 17:26:44 -04:00
3 changed files with 26 additions and 1 deletions

View File

@@ -67,7 +67,7 @@
void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
{
// Send all message types to logger
Monero::Wallet::debug(msg.toStdString());
Monero::Wallet::debug("qml", msg.toStdString());
}
int main(int argc, char *argv[])