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

Method Log

src/engine/server/server.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200};
201
202void CRconClientLogger::Log(const CLogMessage *pMessage)
203{
204 if(m_Filter.Filters(pMessage))
205 {
206 return;
207 }
208 m_pServer->SendRconLogLine(m_ClientId, pMessage);
209}
210
211void CServer::CClient::Reset()
212{

Callers

nothing calls this directly

Calls 2

FiltersMethod · 0.80
SendRconLogLineMethod · 0.80

Tested by

no test coverage detected