Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
497
static void CloseLogFile()
498
{
499
if (g_LogFile) {
500
fclose(g_LogFile);
501
g_LogFile = 0;
502
}
503
}
504
505
void LogFinalize()
506
{
Callers
1
LogFinalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected