mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
flush in logger
This commit is contained in:
@@ -78,6 +78,8 @@ public:
|
||||
::syslog(syslog_prio_from_level(msg), "%s", msg.formatted.str().c_str());
|
||||
}
|
||||
|
||||
virtual void flush() override {
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user