TM1 Function for TI, LogOutput

Writes a message to the tm1server.log file.

What is the LogOutput function?

LogOutput writes a message to the tm1server.log file. 

Where can the LogOutput function be used?

TurboIntegrator

What is the syntax for LogOutput?

LogOutput(‘SeverityLevel’, ‘MessageString’);​

​SeverityLevel = The message severity level – valid arguments are: Debug; Info; Warn; Error; and Fatal ​
MessageString = The message that we want to write in the tm1server.log file

A demonstration on how to use LogOutput

Use LogOutput to write a message in the tm1server.log file and show different severity levels.