mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
moved to log_msg
This commit is contained in:
@@ -75,7 +75,7 @@ inline void c11log::sinks::async_sink::_thread_loop()
|
||||
bufpair_t buf(msg.data(), msg.size());
|
||||
for (auto &sink : _sinks)
|
||||
{
|
||||
sink->log(buf, static_cast<level::level_enum>(_level.load()));
|
||||
sink->log(buf, level::INFO);
|
||||
if (!_active)
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user