Logging in console with scripts
Available Logging Methods
log.info("Script started successfully.");log.warn("Something might not be working correctly.");log.error("Something went wrong while executing the script.");Why Use the Embedded Logger?
Last updated
Was this helpful?