diff --git a/include/spdlog/cfg/log_levels.h b/include/spdlog/cfg/log_levels.h index 867fe96b..ba3b2f75 100644 --- a/include/spdlog/cfg/log_levels.h +++ b/include/spdlog/cfg/log_levels.h @@ -38,7 +38,7 @@ public: return it != levels_.end() ? it->second : default_level_; } - level::level_enum get_default() + level::level_enum default_level() { return default_level_; }