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

Method SetSeverity

lib/base/logger.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void Logger::SetSeverity(const String& value, bool suppress_events, const Value& cookie)
205{
206 ObjectImpl<Logger>::SetSeverity(value, suppress_events, cookie);
207
208 UpdateMinLogSeverity();
209}
210
211void Logger::ValidateSeverity(const Lazy<String>& lvalue, const ValidationUtils& utils)
212{

Callers 1

TestLoggerFixtureMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestLoggerFixtureMethod · 0.64