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

Function setCriticalLoggingLevel

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

Source from the content-addressed store, hash-verified

63void setErrorLoggingLevel() { spdlog::set_level(spdlog::level::err); }
64
65void setCriticalLoggingLevel() { spdlog::set_level(spdlog::level::critical); }
66
67bool setLoggingLevelFromString(std::string_view Level) {
68 if (Level == "off"sv) {

Callers 2

wasmedge.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected