mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
6f92a62953
commit
7fbdf1d633
@ -88,6 +88,9 @@ void icinga::Log(LogSeverity severity, const String& facility,
|
||||
bool processed = false;
|
||||
|
||||
BOOST_FOREACH(const Logger::Ptr& logger, Logger::GetLoggers()) {
|
||||
if (!logger->IsActive())
|
||||
continue;
|
||||
|
||||
{
|
||||
ObjectLock llock(logger);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user