MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / Flush

Method Flush

ZEngine/src/Logger.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void Logger::Flush() {
83 m_engine_logger->flush();
84 m_editor_logger->flush();
85 m_aggregate_logger->flush();
86
87 if (m_callback_invoker.joinable()) {
88 m_is_invoker_running = false;
89 m_callback_invoker.join();
90 }
91 }
92
93 Ref<spdlog::logger>& Logger::GetEngineLogger() {
94 return m_engine_logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected