Console

Module: JavaScript DOM API

The console object for the view.

#include <Console.idl>

Public Functions

Name
voiddebug()
Log a message with log level Debug.
voidinfo()
Log a message with log level Info.
voidlog()
Log a message with log level Log.
voidwarn()
Log a message with log Warning Info.
voiderror()
Log a message with log level Error.
voidassert()
Log a message with log level Assert Failiure, if the first arguments evaluates to false.
voidtime()
voidtimeEnd()

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()