errorLn method
Append the current error line with message
and start the next line.
Implementation
void errorLn(final String message)
{
stderr.writeln(message);
}
Append the current error line with message
and start the next line.
void errorLn(final String message)
{
stderr.writeln(message);
}