mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
Merge pull request #1747
26bd7aac wallet_api: fix logging init via api (moneromooo-monero)
This commit is contained in:
@@ -258,6 +258,11 @@ uint64_t Wallet::maximumAllowedAmount()
|
||||
return std::numeric_limits<uint64_t>::max();
|
||||
}
|
||||
|
||||
void Wallet::init(const char *argv0, const char *default_log_base_name) {
|
||||
epee::string_tools::set_module_name_and_folder(argv0);
|
||||
mlog_configure(mlog_get_default_log_path(default_log_base_name), true);
|
||||
}
|
||||
|
||||
void Wallet::debug(const std::string &str) {
|
||||
MDEBUG(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user