119120121122123124125
* Construct a new logSink that will write output to the XD log. * * @return a LogSink instance. */ public LogSink log() { return new LogSink("logsink"); }