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)
| 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} |