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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user