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

Function setDebugLoggingLevel

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

Source from the content-addressed store, hash-verified

55void setTraceLoggingLevel() { spdlog::set_level(spdlog::level::trace); }
56
57void setDebugLoggingLevel() { spdlog::set_level(spdlog::level::debug); }
58
59void setInfoLoggingLevel() { spdlog::set_level(spdlog::level::info); }
60

Callers 2

wasmedge.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected