MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / unsafeFlushAll

Method unsafeFlushAll

src/thundersvm/util/log.cpp:1849–1856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847 }
1848
1849 void RegisteredLoggers::unsafeFlushAll(void) {
1850 ELPP_INTERNAL_INFO(1, "Flushing all log files");
1851 for (base::LogStreamsReferenceMap::iterator it = m_logStreamsReference.begin();
1852 it != m_logStreamsReference.end(); ++it) {
1853 if (it->second.get() == nullptr) continue;
1854 it->second->flush();
1855 }
1856 }
1857
1858// VRegistry
1859

Callers

nothing calls this directly

Calls 4

endMethod · 0.80
flushMethod · 0.80
beginMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected