HtmlConsole

Html console (A HTML console to print messages to)

Since

0.1.0

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The div container of the console

Functions

Link copied to clipboard
fun print(message: String, color: String = "black")

Print a message to the console

Link copied to clipboard
fun printDebug(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun printError(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun printFatal(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun printInfo(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun println(message: String, color: String = "black")

Print a message to the console and add a new line

Link copied to clipboard
fun printSuccess(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun printTrace(message: String)

Print a message to the console and add a new line

Link copied to clipboard
fun printWarning(message: String)

Print a message to the console and add a new line