Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ Debug_LogWrite
Function
Debug_LogWrite
ddebug/debug.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void Debug_LogWrite(const char *str) {
45
if (Debug_logfile)
46
fwrite(str, strlen(str), 1, Debug_logfile);
47
}
48
49
void Debug_LogClose() {
50
if (Debug_logfile) {
Callers
4
Debug_ConsolePrintf
Function · 0.85
Debug_ConsolePrintf
Function · 0.85
Debug_Logfile
Function · 0.85
Debug_LogClose
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected