mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 02:21:34 +08:00
Update registry-inl.h
This commit is contained in:
parent
47253ba2a1
commit
7a9b23e4f4
@ -57,7 +57,7 @@ SPDLOG_INLINE void registry::register_logger(std::shared_ptr<logger> new_logger)
|
||||
register_logger_(std::move(new_logger));
|
||||
}
|
||||
|
||||
// set level if this logger was configured if the cfg_levels_
|
||||
// set level if this logger was configured in the cfg_levels_
|
||||
// return true if found and set
|
||||
SPDLOG_INLINE bool registry::set_level_from_cfg_(logger *logger)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user