WalletManager: add logging API from QML

requires #3345
This commit is contained in:
moneromooo-monero
2018-03-04 18:12:44 +00:00
parent 084c1c84f3
commit c85388815b
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[])