mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Renamed spdlog::log_level to spdlog::level and added some level tests
This commit is contained in:
@@ -59,7 +59,7 @@ protected:
|
||||
{
|
||||
for (auto &sub_sink : sinks_)
|
||||
{
|
||||
if (sub_sink->should_log(msg.level))
|
||||
if (sub_sink->should_log(msg.log_level))
|
||||
{
|
||||
sub_sink->log(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user