Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
namespace Log {
52
53
void setLogOff() { spdlog::set_level(spdlog::level::off); }
54
55
void setTraceLoggingLevel() { spdlog::set_level(spdlog::level::trace); }
56
Callers
2
wasmedge.cpp
File · 0.85
setLoggingLevelFromString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected