MCPcopy Create free account
hub / github.com/MegEngine/MegCC / GetLogLevel

Method GetLogLevel

compiler/lib/Common/Logger.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18LogLevel megcc::GetLogLevel() {
19 return GlobalLogLevel;
20}
21
22Logger Logger::debug() {
23 return Logger(LogLevel::DEBUG);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected