sendText

abstract fun sendText(text: String)(source)

Sends raw text to the output destination.

This method should handle the actual output mechanism (stdout, stderr, etc.) and is called after appropriate formatting has been applied.

Parameters

text

The text to send to output