Groovy (Low-code)SDK Functions (Groovy)LOGlog.infoOn this pagelog.info log.info(string) Description Logs a message at info level. Parameters ParameterTypeExplanationstringStringinfo to send to the logs Example log.info("this script published a message with the data \"Hello world\"")api.publish("Hello world")