This commit is contained in:
gabime
2019-12-13 12:44:11 +02:00
parent 5d4e6f17ee
commit cd8d7e6de9
2 changed files with 3 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ SPDLOG_INLINE void registry::set_automatic_registration(bool automatic_registrat
automatic_registration_ = automatic_registration;
}
SPDLOG_INLINE void registry::set_configs(logger_cfgs configs)
{
std::lock_guard<std::mutex> lock(logger_map_mutex_);