MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setInfoLoggingLevel

Function setInfoLoggingLevel

lib/common/spdlog.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57void setDebugLoggingLevel() { spdlog::set_level(spdlog::level::debug); }
58
59void setInfoLoggingLevel() { spdlog::set_level(spdlog::level::info); }
60
61void setWarnLoggingLevel() { spdlog::set_level(spdlog::level::warn); }
62

Callers 5

WasiNNRPCServerFunction · 0.85
UniToolFunction · 0.85
CompilerFunction · 0.85
wasmedge.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected