Instance Method
report(error:newLine:)
Outputs an error to the
Console’s error stream.func report(error: String, newLine: Bool)
Parameters
errorError
Stringto output.newLineIf
true, the next error will be on a new line.
Discussion
Note
This is stderr for most consoles.