set Standard Output
Sets the java.io.OutputStream which should receive standard output logging generated while running the operation. The default is to discard the output.
Return
this
Since
1.0-milestone-7
Parameters
output Stream
The output stream. The system default character encoding will be used to encode characters written to this stream.