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

Function dbg_msg

src/base/dbg.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void dbg_msg(const char *sys, const char *fmt, ...)
58{
59 va_list args;
60 va_start(args, fmt);
61 log_log_v(LEVEL_INFO, sys, fmt, args);
62 va_end(args);
63}

Callers 15

DumpMethod · 0.85
OnRenderMethod · 0.85
UpdateLocalTuningMethod · 0.85
TranslateGameMsgMethod · 0.85
TranslateSnapMethod · 0.85
RenderMethod · 0.85
PopupGroupMethod · 0.85
PopupEventMethod · 0.85
AppendMethod · 0.85
ProcessSaveTeamMethod · 0.85
BeginTickMethod · 0.85
RecordPlayerMethod · 0.85

Calls 1

log_log_vFunction · 0.85

Tested by 1

AssertTooltipFunction · 0.68