Console
Module: JavaScript DOM API
The console object for the view.
#include <Console.idl>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| void | debug() Log a message with log level Debug. |
| void | info() Log a message with log level Info. |
| void | log() Log a message with log level Log. |
| void | warn() Log a message with log Warning Info. |
| void | error() Log a message with log level Error. |
| void | assert() Log a message with log level Assert Failiure, if the first arguments evaluates to false. |
| void | time() |
| void | timeEnd() |
Public Functions Documentation
Section titled “Public Functions Documentation”function debug
Section titled “function debug”void debug()Log a message with log level Debug.
function info
Section titled “function info”void info()Log a message with log level Info.
function log
Section titled “function log”void log()Log a message with log level Log.
function warn
Section titled “function warn”void warn()Log a message with log Warning Info.
function error
Section titled “function error”void error()Log a message with log level Error.
function assert
Section titled “function assert”void assert()Log a message with log level Assert Failiure, if the first arguments evaluates to false.
function time
Section titled “function time”void time()function timeEnd
Section titled “function timeEnd”void timeEnd()© 2026 Coherent Labs. All rights reserved.