Lucee Function Reference
systemoutput()
writes the given string to the output stream.
Example
systemoutput(Object obj,[boolean addNewLine,[boolean doErrorStream]]):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| obj | Object | Yes |
Any kind of object. Lucee will serialize all complex objects passed in to a string. If you pass a string you can add Lucee will replace with a stacktrace of the current position. |
| addNewLine | boolean | No | |
| doErrorStream | boolean | No |