Print trace output.
@override void trace(String message) { io.stdout.writeln('${_createPrefix()}${ansi.gray}$message${ansi.none}'); }