mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Added _flush() to base_sink
This commit is contained in:
@@ -22,7 +22,7 @@ protected:
|
||||
void _sink_it(const details::log_msg&) override
|
||||
{}
|
||||
|
||||
void flush() override
|
||||
void _flush() override
|
||||
{}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user