To navigate
To select
esc
To close
Skip to content
MODLR
Search
Ctrl
+ K
Main Navigation
Technical
Guides
Modelling
Cube Functions
Process Functions
Set Instructions
Excel Addin
Menu
Return to top
Logging within a Process
Usage
js
script.
log
(outputText);
Parameters
outputText
the line of text to output to the server log.
Example
js
script.
log
(
'The processes has commenced'
);