mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
bench
This commit is contained in:
@@ -77,12 +77,12 @@ public:
|
||||
|
||||
}
|
||||
|
||||
void stop_all()
|
||||
void close_all()
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_mutex);
|
||||
_level = level::OFF;
|
||||
for (auto& l : _loggers)
|
||||
l.second->stop_logging();
|
||||
l.second->close();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user