write_error_line abstract method

void write_error_line(
  1. String text
)

Writes an error message to the console, with newline automatically appended.

Implementation

void write_error_line(
  final String text,
);