MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / SetLevel

Method SetLevel

src/util/log.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35LogLevel LogPolicy::GetLevel() const { return m_level; }
36
37void LogPolicy::SetLevel(LogLevel level) { m_level = level; }
38
39void LogPolicy::SetLevel(std::string const &level)
40{

Callers 6

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected