Logs an event with the module logger.
The named parameters.
The data to log with the event.
The log level for the logged event.
// When the logger is on and you want to log an event// It will only log if the log level is set to log those events.logger_log({level: Logger.Warning, data: "A thing happened"}); Copy
// When the logger is on and you want to log an event// It will only log if the log level is set to log those events.logger_log({level: Logger.Warning, data: "A thing happened"});
Logs an event with the module logger.