MCPcopy Create free account
hub / github.com/extism/java-sdk / extism_log_file

Method extism_log_file

src/main/java/org/extism/sdk/LibExtism.java:101–101  ·  view source on GitHub ↗

Sets the logger to the given path with the given level of verbosity @param path The file path of the logger @param logLevel The level of the logger @return true if successful

(String path, String logLevel)

Source from the content-addressed store, hash-verified

99 * @return true if successful
100 */
101 boolean extism_log_file(String path, String logLevel);
102
103 /**
104 * Returns the error associated with a @{@link Plugin}

Callers 1

setLogFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected