SystemOutput
Writes the given object to the output stream
Method Signature
Arguments
Argument
Type
Required
Description
Default
obj
any
true
The object to write to the output stream
addNewLine
boolean
true
If true, a new line will be added to the output stream
false
doErrorStream
boolean
false
If true, the object will be written to the error stream
false
Examples
Related
Last updated