Skip to content
MODLR
Search
⌘
Ctrl
K
Main Navigation
Documentation
Guides
Modelling Guides
Card Guides
Custom Pages
Reference
Cube Functions
Set Instructions
Process Functions
Visual Processes
Add-ins
Excel Addin
PowerPoint Addin
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /technical/logging-within-a-process.md for this page in Markdown format
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'
);