log
Logging and printing in console
Overview:
API Reference
info()
info()log.info("Script loaded")warn()
warn()log.warn("This might cause issues")error()
error()Last updated
Was this helpful?
Logging and printing in console
info()log.info("Script loaded")warn()log.warn("This might cause issues")error()Last updated
Was this helpful?
Was this helpful?
log.info(message)log.warn(message)log.error(message)log.error("Something went wrong")