renamed cfg namespace to loaders

This commit is contained in:
gabime
2019-12-21 19:45:14 +02:00
parent e13e978af4
commit 1f8e9ad0fc
14 changed files with 42 additions and 46 deletions

View File

@@ -260,7 +260,7 @@ SPDLOG_INLINE void registry::set_automatic_registration(bool automatic_registrat
automatic_registration_ = automatic_registration;
}
SPDLOG_INLINE void registry::update_levels(cfg::log_levels levels)
SPDLOG_INLINE void registry::update_levels(loaders::log_levels levels)
{
std::lock_guard<std::mutex> lock(logger_map_mutex_);
levels_ = std::move(levels);