mirror of
https://github.com/Icinga/icinga2.git
synced 2025-11-01 20:24:23 +01: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