mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
add global flush_on function
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user