Extends
Methods
-
Returns the message at the given position.
Name Type Description n
number The position of the message.
Returns:
Type Description string The message. -
Clears the console.
-
Writes a debug message to the console.
Name Type Description msg
string The message.
-
Writes an error message to the console.
Name Type Description msg
string The message.
-
Writes an info message to the console.
Name Type Description msg
string The message.
-
log (msg) overrides
-
Writes a log message to the console.
Name Type Description msg
string The message.
-
Writes a warning message to the console.
Name Type Description msg
string The message.