MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetLoggers

Method GetLoggers

lib/base/logger.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::set<Logger::Ptr> Logger::GetLoggers()
80{
81 std::unique_lock<std::mutex> lock(m_Mutex);
82 return m_Loggers;
83}
84
85/**
86 * Retrieves the minimum severity for this logger.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected