mirror of
https://github.com/monero-project/monero.git
synced 2025-05-20 03:40:25 -04:00
wallet_api: async init, Wallet::connected status, log level
This commit is contained in:
parent
193d251360
commit
6d32a3d16b
5 changed files with 173 additions and 39 deletions
|
@ -137,6 +137,11 @@ WalletManager *WalletManagerFactory::getWalletManager()
|
|||
return g_walletManager;
|
||||
}
|
||||
|
||||
void WalletManagerFactory::setLogLevel(int level)
|
||||
{
|
||||
epee::log_space::log_singletone::get_set_log_detalisation_level(true, level);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue