Contents

standardOutput

The standard output stream.

Declaration

var standardOutput: FileHandle? { get set }

Discussion

Setting to nil will bind the stream to /dev/null.

The default is nil.

See Also

Standard Unix Streams