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