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

Function logger_stdout

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

Source from the content-addressed store, hash-verified

107}
108
109static void logger_stdout(const char *line)
110{
111 printf("%s\n", line);
112 fflush(stdout);
113}
114
115static void logger_debugger(const char *line)
116{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected