removed the confusing stop() function

This commit is contained in:
gabime
2014-12-21 03:11:40 +02:00
parent c54c51b50d
commit 28da625a6f
7 changed files with 1 additions and 42 deletions

View File

@@ -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()
{