append

abstract fun append(value: String)(source)

Append the given value to the debug console.

Parameters

value

A string, falsy values will not be printed.

Online Documentation