Pass the given message to the instrumentation server so that it will be logged with other messages.
message
This method should be used for most logging.
@override void log(String message) { _sink.writeln(message); }