void stdout()

in lib/cli_logging.dart [266:268]


  void stdout(String message) {
    io.stdout.writeln('${_createPrefix()}$message');
  }