mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 21:05:02 -04:00
Log categories can now be added to and removed from
Also, set_log without parameters now prints the log categories
This commit is contained in:
parent
48f92eb665
commit
792ba4f0fe
8 changed files with 57 additions and 8 deletions
|
@ -125,6 +125,7 @@
|
|||
std::string mlog_get_default_log_path(const char *default_filename);
|
||||
void mlog_configure(const std::string &filename_base, bool console);
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue