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

Function setLogOff

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

Source from the content-addressed store, hash-verified

51namespace Log {
52
53void setLogOff() { spdlog::set_level(spdlog::level::off); }
54
55void setTraceLoggingLevel() { spdlog::set_level(spdlog::level::trace); }
56

Callers 2

wasmedge.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected