mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
flush in logger
This commit is contained in:
@@ -107,6 +107,7 @@ public:
|
||||
void set_pattern(const std::string&);
|
||||
void set_formatter(formatter_ptr);
|
||||
|
||||
void flush();
|
||||
|
||||
protected:
|
||||
virtual void _log_msg(details::log_msg&);
|
||||
|
Reference in New Issue
Block a user