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

Method DisableConsoleLog

lib/base/logger.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void Logger::DisableConsoleLog()
151{
152 m_ConsoleLogEnabled = false;
153
154 UpdateMinLogSeverity();
155}
156
157void Logger::EnableConsoleLog()
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected