Fixed tests

This commit is contained in:
gabime
2019-12-21 18:52:35 +02:00
parent 15a9427112
commit 28e334c728
3 changed files with 17 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ SPDLOG_INLINE void registry::set_level(level::level_enum log_level)
{
l.second->set_level(log_level);
}
levels_.set("*", log_level);
levels_.set_default(log_level);
}
SPDLOG_INLINE void registry::flush_on(level::level_enum log_level)