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

Function setWarnLoggingLevel

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

Source from the content-addressed store, hash-verified

59void setInfoLoggingLevel() { spdlog::set_level(spdlog::level::info); }
60
61void setWarnLoggingLevel() { spdlog::set_level(spdlog::level::warn); }
62
63void setErrorLoggingLevel() { spdlog::set_level(spdlog::level::err); }
64

Callers 2

wasmedge.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected