standardError
The standard error stream.
Declaration
var standardError: FileHandle? { get set }Discussion
Setting to nil will bind the stream to /dev/null.
The default is nil.
The standard error stream.
var standardError: FileHandle? { get set }Setting to nil will bind the stream to /dev/null.
The default is nil.