new Cons()
Classes
Methods
-
hide()
-
Hide console panel.
-
log(str, style)
-
Adds log text in the console.
Name Type Description str
string Log text. style
Object optional HTML style. -
logErr(str)
-
Adds error text in the console.
Name Type Description str
string Error text. -
logWrn(str)
-
Adds warning text in the console.
Name Type Description str
string Warning text. -
show()
-
Show console panel.