mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
flush
This commit is contained in:
@@ -40,6 +40,9 @@ protected:
|
||||
void _sink_it(const details::log_msg&) override
|
||||
{}
|
||||
|
||||
void flush() override
|
||||
{}
|
||||
|
||||
};
|
||||
typedef null_sink<details::null_mutex> null_sink_st;
|
||||
typedef null_sink<std::mutex> null_sink_mt;
|
||||
|
Reference in New Issue
Block a user