console

fun console(text: String, modifiers: TextModifier)

Log a text into the console

Parameters

text

The text that will be logged

modifiers

The text modifiers


fun console(text: String, wPrefix: Boolean)

Log a text into the console

Parameters

text

The text that will be logged

wPrefix

Boolean If the text should have a prefix


fun console(text: String)

Log a text into the console

Parameters

text

The text that will be logged