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

Function dbg_logger_debugger

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

Source from the content-addressed store, hash-verified

131
132void dbg_logger_stdout() { dbg_logger(logger_stdout); }
133void dbg_logger_debugger() { dbg_logger(logger_debugger); }
134void dbg_logger_file(const char *filename)
135{
136 logfile = io_open(filename, IOFLAG_WRITE);

Callers

nothing calls this directly

Calls 1

dbg_loggerFunction · 0.85

Tested by

no test coverage detected