MCPcopy Create free account
hub / github.com/cppla/ServerStatus / logger_debugger

Function logger_debugger

server/src/system.c:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115static void logger_debugger(const char *line)
116{
117#if defined(CONF_FAMILY_WINDOWS)
118 OutputDebugString(line);
119 OutputDebugString("\n");
120#endif
121}
122
123
124static IOHANDLE logfile = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected