LiquidCore
LiquidCore copied to clipboard
How can I get the running log?
How to get the log of syntax errors
final JSContext jsContext = getJsContext(); jsContext.setExceptionHandler(e -> { Logger.logInfo(e.getMessage()); });