MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ~StreamLogger

Method ~StreamLogger

lib/base/streamlogger.cpp:29–36  ·  view source on GitHub ↗

* Destructor for the StreamLogger class. */

Source from the content-addressed store, hash-verified

27 * Destructor for the StreamLogger class.
28 */
29StreamLogger::~StreamLogger()
30{
31 if (m_FlushLogTimer)
32 m_FlushLogTimer->Stop(true);
33
34 if (m_Stream && m_OwnsStream)
35 delete m_Stream;
36}
37
38void StreamLogger::FlushLogTimerHandler()
39{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected