Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
void dbg_logger_stdout() { dbg_logger(logger_stdout); }
133
void dbg_logger_debugger() { dbg_logger(logger_debugger); }
134
void dbg_logger_file(const char *filename)
135
{
Callers
1
main
Function · 0.85
Calls
1
dbg_logger
Function · 0.85
Tested by
no test coverage detected