pattern per sink and pattern caching
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
void sink_it_(const details::log_msg &) override
|
||||
void sink_it_(const details::log_msg &, const fmt::memory_buffer &) override
|
||||
{
|
||||
msg_counter_++;
|
||||
std::this_thread::sleep_for(delay_);
|
||||
|
||||
Reference in New Issue
Block a user