1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-05-02 04:53:55 +00:00
This commit is contained in:
gabi 2014-12-01 22:02:21 +02:00
parent 54bc55a3d9
commit a9dc2a9705

View File

@ -72,7 +72,7 @@ public:
return new_logger; return new_logger;
} }
void drop(const std::string &logger_name) void drop(const std::string& logger_name)
{ {
std::lock_guard<std::mutex> lock(_mutex); std::lock_guard<std::mutex> lock(_mutex);
_loggers.erase(logger_name); _loggers.erase(logger_name);