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

Method Flush

lib/compat/compatlogger.cpp:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void CompatLogger::Flush()
460{
461 ASSERT(OwnsLock());
462
463 if (!m_OutputFile.good())
464 return;
465
466 m_OutputFile << std::flush;
467}
468
469/**
470 * @threadsafety Always.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected