Async logger cleanup

This commit is contained in:
gabime
2019-08-26 00:13:43 +03:00
parent f3e379cf78
commit eec6e28b19
4 changed files with 35 additions and 68 deletions

View File

@@ -105,7 +105,7 @@ bool SPDLOG_INLINE thread_pool::process_next_msg_()
{
case async_msg_type::log:
{
incoming_async_msg.worker_ptr->backend_log_(incoming_async_msg);
incoming_async_msg.worker_ptr->backend_sink_it_(incoming_async_msg);
return true;
}
case async_msg_type::flush: