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

Function dbg_logger

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

Source from the content-addressed store, hash-verified

65static NETSOCKET invalid_socket = {NETTYPE_INVALID, -1, -1};
66
67void dbg_logger(DBG_LOGGER logger)
68{
69 loggers[num_loggers++] = logger;
70}
71
72void dbg_assert_imp(const char *filename, int line, int test, const char *msg)
73{

Callers 3

dbg_logger_stdoutFunction · 0.85
dbg_logger_debuggerFunction · 0.85
dbg_logger_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected