PrintFunc

typealias PrintFunc = (string: String) -> Unit

Specifies the type of the print handler functions. These are called with the complete formatted string to output.

  • param string the message to output