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

Method Log

src/engine/server/antibot.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 pAntibot->Server()->Kick(ClientId, pMessage);
30}
31void CAntibot::Log(const char *pMessage, void *pUser)
32{
33 CAntibot *pAntibot = (CAntibot *)pUser;
34 pAntibot->Console()->Print(IConsole::OUTPUT_LEVEL_STANDARD, "antibot", pMessage);
35}
36void CAntibot::Report(int ClientId, const char *pMessage, void *pUser)
37{
38 char aBuf[256];

Callers

nothing calls this directly

Calls 2

PrintMethod · 0.45
ConsoleMethod · 0.45

Tested by

no test coverage detected