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

Any kind of object. Lucee will serialize all complex objects passed in to a string.

If you pass a string you can include <print-stack-trace>, which Lucee will replace with a stacktrace of the current position.

addNewLine
boolean, optional

Whether or not to add a newline

doErrorStream
boolean, optional

Examples

There are currently no examples for this function.

See also