Output
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
Name |
Description |
Writes a specified message line to the Output Window. |
OutputWriteLine(string message) |
||||||
Writes a specified message line to the Output Window. Parameters
Scripts All |