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

Function setLogLevel

runtime/NanoLog.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 void setLogLevel(LogLevel logLevel) {
42 RuntimeLogger::setLogLevel(logLevel);
43 }
44
45 void sync() {
46 RuntimeLogger::sync();

Callers 3

logLevelTestFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected