MCPcopy Create free account
hub / github.com/ddnet/ddnet / log_log

Function log_log

src/base/log.cpp:119–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void log_log(LEVEL level, const char *sys, const char *fmt, ...)
120{
121 va_list args;
122 va_start(args, fmt);
123 log_log_impl(level, false, LOG_COLOR{0, 0, 0}, sys, fmt, args);
124 va_end(args);
125}
126
127void log_log_color_v(LEVEL level, LOG_COLOR color, const char *sys, const char *fmt, va_list args)
128{

Callers 3

AvLogCallbackFunction · 0.85
websocket_log_callbackFunction · 0.85
PrintMethod · 0.85

Calls 1

log_log_implFunction · 0.85

Tested by

no test coverage detected