mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Added support for SPDLOG_NO_ATOMIC_LEVELS in tweakme.h
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <atomic>
|
||||
#include <string>
|
||||
|
||||
namespace spdlog
|
||||
@@ -103,9 +102,8 @@ protected:
|
||||
friend details::line_logger;
|
||||
std::string _name;
|
||||
std::vector<sink_ptr> _sinks;
|
||||
formatter_ptr _formatter;
|
||||
std::atomic_int _level;
|
||||
|
||||
formatter_ptr _formatter;
|
||||
spdlog::atomic_level _level;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user