appendLine

abstract fun appendLine(value: String)(source)

Append the given value and a line feed character to the channel.

Parameters

value

A string, falsy values will be printed.

Online Documentation