Output functions are used for writing to the Output Window and are frequently used for debugging scripts. Note that the Output Window keeps the output data in memory and not in a log file, which means that it can consume a lot of memory if used excessively. If your scripts need full logging functionality, we recommend that you use Serilog, log4net or NLog.


Sections


Functions

Function Details


Functions


Name

Description

OutputWriteLine(string)

Writes a specified message line to the Output Window.


Function Details


OutputWriteLine(string message)

Writes a specified message line to the Output Window.


Parameters


Type

Identifier

Description

string

message

The message to write to the Output Window


Scripts


All