Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ EnableConsoleLog
Method
EnableConsoleLog
lib/base/logger.cpp:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void Logger::EnableConsoleLog()
158
{
159
m_ConsoleLogEnabled = true;
160
161
UpdateMinLogSeverity();
162
}
163
164
bool Logger::IsConsoleLogEnabled()
165
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected