mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
removed the confusing stop() function
This commit is contained in:
@@ -127,14 +127,6 @@ public:
|
||||
_async_mode = false;
|
||||
}
|
||||
|
||||
void stop_all()
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_mutex);
|
||||
_level = level::off;
|
||||
for (auto& l : _loggers)
|
||||
l.second->stop();
|
||||
}
|
||||
|
||||
|
||||
static registry& instance()
|
||||
{
|
||||
|
Reference in New Issue
Block a user