mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
rename atomic level type name
This commit is contained in:
@@ -103,7 +103,7 @@ protected:
|
||||
std::string _name;
|
||||
std::vector<sink_ptr> _sinks;
|
||||
formatter_ptr _formatter;
|
||||
spdlog::atomic_level _level;
|
||||
spdlog::level_t _level;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user