mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 03:45:31 -04:00
Merge pull request #3345
e0cda74a
wallet2_api: add info/error/warning entry points (moneromooo-monero)
This commit is contained in:
commit
cfc5a3d4d4
2 changed files with 18 additions and 3 deletions
|
@ -556,7 +556,10 @@ struct Wallet
|
|||
static uint64_t maximumAllowedAmount();
|
||||
// Easylogger wrapper
|
||||
static void init(const char *argv0, const char *default_log_base_name);
|
||||
static void debug(const std::string &str);
|
||||
static void debug(const std::string &category, const std::string &str);
|
||||
static void info(const std::string &category, const std::string &str);
|
||||
static void warning(const std::string &category, const std::string &str);
|
||||
static void error(const std::string &category, const std::string &str);
|
||||
|
||||
/**
|
||||
* @brief StartRefresh - Start/resume refresh thread (refresh every 10 seconds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue