info method

void info(
  1. String message
)

Implementation

void info(String message) {
  _output.writeln(message);
}