mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
backtrace sink and refactoring
This commit is contained in:
@@ -100,8 +100,7 @@ bool SPDLOG_INLINE thread_pool::process_next_msg_()
|
||||
{
|
||||
case async_msg_type::log:
|
||||
{
|
||||
auto msg = incoming_async_msg.to_log_msg();
|
||||
incoming_async_msg.worker_ptr->backend_log_(msg);
|
||||
incoming_async_msg.worker_ptr->backend_log_(incoming_async_msg);
|
||||
return true;
|
||||
}
|
||||
case async_msg_type::flush:
|
||||
|
||||
Reference in New Issue
Block a user