mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +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