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

Method GetLevels

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

Source from the content-addressed store, hash-verified

60}
61
62std::string LogPolicy::GetLevels()
63{
64 // Keep in sync with LogLevel definition
65 return "NONE, ERROR, WARNING, INFO, DEBUG";
66}
67
68Log::Log(LogLevel level_, std::ostream &ostream) : level(level_), stream(ostream) { Init(); }
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected