Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
bool 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)
146
class CLoggerAndroid : public ILogger
Callers
11
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
Log
Method · 0.80
CWindowsConsoleLogger
Class · 0.80
Log
Method · 0.80
Log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected