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

Method Flush

lib/base/streamlogger.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void StreamLogger::Flush()
44{
45 ObjectLock oLock (this);
46
47 if (m_Stream)
48 m_Stream->flush();
49}
50
51void StreamLogger::BindStream(std::ostream *stream, bool ownsStream)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected