add global flush_on function

This commit is contained in:
Sam Lunt
2018-01-03 09:19:56 -06:00
parent a2890f2778
commit 9f8413308a
3 changed files with 22 additions and 1 deletions

View File

@@ -36,10 +36,15 @@ void set_pattern(const std::string& format_string);
void set_formatter(formatter_ptr f);
//
// Set global logging level for
// Set global logging level
//
void set_level(level::level_enum log_level);
//
// Set global flush level
//
void flush_on(level::level_enum log_level);
//
// Set global error handler
//