Console

Console

The Console object provides access to the debugging console, that is, cMT Diagnoser.

Methods

assert()

See:

Writes an error message to the console if the assertion is false.

error()

See:

Outputs an error message to the console.

info()

See:

Outputs an informational message to the console.

log()

See:

Outputs a message to the console.

trace()

See:

Outputs a stack trace to the console.

warn()

See:

Outputs a warning message to the console.