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

Method setLogFileName

include/plugin/wasi_logging/env.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69 std::string_view getLogFileName() const noexcept { return LogFileName; }
70 void setLogFileName(std::string_view Name) noexcept {
71 LogFileName = std::string(Name);
72 }
73
74 const std::string &getLogRegName() const noexcept { return LogRegName; }
75

Callers 1

bodyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected