NetSuite loads the log Object by default for all script types. You do not need to load it manually. However, you can choose to load it using the N/log Module, for testing purposes. log Object Members log.debug(options) log.audit(options) log.emergency(options) log.error(options) log.debug(options) Method Description Logs a Debug message.Debug messages appear on the Execution tab only if the… Continue reading Log Object functionalities