Cons

Console logging singleton object.

Constructor

new Cons()

Methods

hide()

Hide console panel.

log(str)

Adds log text in the console.

Parameters:
NameTypeDescription
strstring

Log text.

logErr(str)

Adds error text in the console.

Parameters:
NameTypeDescription
strstring

Error text.

logWrn(str)

Adds warning text in the console.

Parameters:
NameTypeDescription
strstring

Warning text.

show()

Show console panel.