mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 12:35:25 -04:00
wallet2_api: add info/error/warning entry points
This commit is contained in:
parent
421ab3119c
commit
e0cda74ace
2 changed files with 18 additions and 3 deletions
|
@ -535,7 +535,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