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

Method Filters

src/base/log.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool CLogFilter::Filters(const CLogMessage *pMessage)
141{
142 return pMessage->m_Level > m_MaxLevel.load(std::memory_order_relaxed);
143}
144
145#if defined(CONF_PLATFORM_ANDROID)
146class CLoggerAndroid : public ILogger

Callers 11

LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80
LogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected