Fix the logger conflict issue

This commit is contained in:
Alexey Rybalchenko
2016-04-27 17:00:27 +02:00
parent 5421922668
commit e039931098
3 changed files with 52 additions and 36 deletions

View File

@@ -59,8 +59,8 @@ namespace log_op
}
// declaration of the init function for the global logger
void init_log_console(bool color_format = true);
void reinit_logger(bool color_format);
void init_log_console(bool color = true);
void reinit_logger(bool color);
void init_log_file(const std::string& filename,
custom_severity_level threshold = SEVERITY_THRESHOLD,
log_op::operation = log_op::GREATER_EQ_THAN,