Skip to content

Instance Method

report(error:newLine:)

Outputs an error to the Console’s error stream.
func report(error: String, newLine: Bool)

Parameters

error

Error String to output.

newLine

If true, the next error will be on a new line.

Discussion

Note

This is stderr for most consoles.