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

Method DisableEarlyLogging

lib/base/logger.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void Logger::DisableEarlyLogging() {
180 m_EarlyLoggingEnabled = false;
181
182 UpdateMinLogSeverity();
183}
184
185bool Logger::IsEarlyLoggingEnabled() {
186 return m_EarlyLoggingEnabled;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected