mirror of https://github.com/Icinga/icinga2.git
parent
a14928ec10
commit
e692ca16cd
|
@ -61,8 +61,12 @@ void Logger::Start(void)
|
||||||
|
|
||||||
void Logger::Stop(void)
|
void Logger::Stop(void)
|
||||||
{
|
{
|
||||||
boost::mutex::scoped_lock lock(m_Mutex);
|
{
|
||||||
m_Loggers.erase(this);
|
boost::mutex::scoped_lock lock(m_Mutex);
|
||||||
|
m_Loggers.erase(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
DynamicObject::Stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::set<Logger::Ptr> Logger::GetLoggers(void)
|
std::set<Logger::Ptr> Logger::GetLoggers(void)
|
||||||
|
|
Loading…
Reference in New Issue