Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ GetLevel
Method
GetLevel
src/util/log.cpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
bool LogPolicy::IsMute() const { return m_is_mute; }
34
35
LogLevel LogPolicy::GetLevel() const { return m_level; }
36
37
void LogPolicy::SetLevel(LogLevel level) { m_level = level; }
38
Callers
3
Init
Method · 0.80
~Log
Method · 0.80
Log
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected