wallet2_api: add info/error/warning entry points

This commit is contained in:
moneromooo-monero
2018-03-04 17:04:18 +00:00
parent 421ab3119c
commit e0cda74ace
2 changed files with 18 additions and 3 deletions
+4 -1
View File
@@ -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)