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

Method GetConsoleLogSeverity

lib/base/logger.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174LogSeverity Logger::GetConsoleLogSeverity()
175{
176 return m_ConsoleLogSeverity;
177}
178
179void Logger::DisableEarlyLogging() {
180 m_EarlyLoggingEnabled = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected