SystemOutput()
writes the given string to the output stream (aka console)
SystemOutput( obj=Object, addNewLine=boolean, doErrorStream=boolean );
Returns: Boolean
| Argument | Description |
|---|---|
|
obj
Object,
required
|
edit
Any kind of object. Lucee will serialize all complex objects passed in to a string. If you pass a string you can include |
|
addNewLine
boolean,
optional
|
edit
Whether or not to add a newline |
|
doErrorStream
boolean,
optional
|
edit
Which stream the output should go to: choose between 'Output stream' and 'Error stream.' If true, the output will go to the error stream. |
Examples
editThere are currently no examples for this function.
See also
- Debugging
- Console logging using SystemOutput
- Echo()
- WriteOutput()
- SystemOutput, writing to the console
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)