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

Method TestLoggerFixture

test/base-testloggerfixture.hpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94struct TestLoggerFixture
95{
96 TestLoggerFixture()
97 {
98 testLogger->SetSeverity(testLogger->SeverityToString(LogDebug));
99 testLogger->SetActive(true);
100 testLogger->Activate(true);
101 }
102
103 ~TestLoggerFixture()
104 {

Callers

nothing calls this directly

Calls 3

SetSeverityMethod · 0.80
SeverityToStringMethod · 0.80
ActivateMethod · 0.80

Tested by

no test coverage detected