MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / getLogLevel

Function getLogLevel

runtime/NanoLog.cc:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 LogLevel getLogLevel() {
38 return RuntimeLogger::getLogLevel();
39 }
40
41 void setLogLevel(LogLevel logLevel) {
42 RuntimeLogger::setLogLevel(logLevel);

Calls

no outgoing calls