MCPcopy Create free account
hub / github.com/defold/defold / CloseLogFile

Function CloseLogFile

engine/dlib/src/dlib/log.cpp:497–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497static void CloseLogFile()
498{
499 if (g_LogFile) {
500 fclose(g_LogFile);
501 g_LogFile = 0;
502 }
503}
504
505void LogFinalize()
506{

Callers 1

LogFinalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected