MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / FlushAllSinks

Method FlushAllSinks

modules/core/core/src/core/log/log_manager.cpp:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void LogManager::FlushAllSinks() SKR_NOEXCEPT
202{
203 SkrZoneScopedN("LogManager::FlushSinks");
204
205 for (auto&& [id, sink] : sinks_)
206 {
207 sink->flush();
208 }
209}
210
211bool LogManager::ShouldBacktrace(const LogEvent& event) SKR_NOEXCEPT
212{

Callers 2

process_logsMethod · 0.80
flushMethod · 0.80

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected