diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-20 20:58:39 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-20 20:58:39 -0500 |
commit | d5fbba45e8ebae3fef6596b40827eb555101c7c9 (patch) | |
tree | 52961ad748a2068e7df1bdd8be8c4743fa65b8a2 /src/wallet/wallet2_api.h | |
parent | Merge pull request #1587 (diff) | |
parent | wallet2_api: add API to set log categories (diff) | |
download | monero-d5fbba45e8ebae3fef6596b40827eb555101c7c9.tar.xz |
Merge pull request #1589
87c658f8 wallet2_api: add API to set log categories (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r-- | src/wallet/wallet2_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index 5a13205c5..78caddc0b 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -708,6 +708,7 @@ struct WalletManagerFactory static WalletManager * getWalletManager(); static void setLogLevel(int level); + static void setLogCategories(const std::string &categories); }; |