Console
On this page
Module: JavaScript DOM API
The console object for the view.
#include <Console.idl>
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
function debug
void debug()
Log a message with log level Debug.
function info
void info()
Log a message with log level Info.
function log
void log()
Log a message with log level Log.
function warn
void warn()
Log a message with log Warning Info.
function error
void error()
Log a message with log level Error.
function assert
void assert()
Log a message with log level Assert Failiure, if the first arguments evaluates to false.
function time
void time()
function timeEnd
void timeEnd()