Skip to content

Logging within a Process


Usage

js
script.log(outputText);
script.log(outputText);

Parameters

  • outputText the line of text to output to the server log.

Example

js
script.log('The processes has commenced');
script.log('The processes has commenced');