MCPcopy 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
44void Debug_LogWrite(const char *str) {
45 if (Debug_logfile)
46 fwrite(str, strlen(str), 1, Debug_logfile);
47}
48
49void Debug_LogClose() {
50 if (Debug_logfile) {

Callers 4

Debug_ConsolePrintfFunction · 0.85
Debug_ConsolePrintfFunction · 0.85
Debug_LogfileFunction · 0.85
Debug_LogCloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected