MCPcopy 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

33bool LogPolicy::IsMute() const { return m_is_mute; }
34
35LogLevel LogPolicy::GetLevel() const { return m_level; }
36
37void LogPolicy::SetLevel(LogLevel level) { m_level = level; }
38

Callers 3

InitMethod · 0.80
~LogMethod · 0.80
LogClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected