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

Function dbg_logger_stdout

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

Source from the content-addressed store, hash-verified

130}
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{

Callers 1

mainFunction · 0.85

Calls 1

dbg_loggerFunction · 0.85

Tested by

no test coverage detected