MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ShutdownTENLog

Function ShutdownTENLog

TombEngine/Game/debug/debug.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void ShutdownTENLog()
86 {
87 spdlog::shutdown();
88 }
89
90 void TENLog(const std::string_view& msg, LogLevel level, LogConfig config, bool allowSpam)
91 {

Callers 3

WinMainFunction · 0.85
WinCloseFunction · 0.85
DoFlowMethod · 0.85

Calls 1

shutdownFunction · 0.85

Tested by

no test coverage detected