Merge pull request #2512
792ba4f0Log categories can now be added to and removed from (moneromooo-monero)48f92eb6easylogging++: add categories getter (moneromooo-monero)f35afe62epee: factor log level/categories setting (moneromooo-monero)
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
std::string mlog_get_default_log_path(const char *default_filename);
|
||||
void mlog_configure(const std::string &filename_base, bool console, const std::size_t max_log_file_size = MAX_LOG_FILE_SIZE);
|
||||
void mlog_set_categories(const char *categories);
|
||||
std::string mlog_get_categories();
|
||||
void mlog_set_log_level(int level);
|
||||
void mlog_set_log(const char *log);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user