Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 debug, debug
E
 error, debug
I
 info, debug
L
 log, debug
S
 setCallback, debug
 setLevel, debug
W
 warn, debug
Call the console.debug method if available, otherwise call console.log.
Call the console.error method if available, otherwise call console.log.
Call the console.info method if available, otherwise call console.log.
Call the console.log method if available.
Set a callback to be used if logging isn’t possible due to console.log not existing.
Set a minimum or maximum logging level for the console.
Call the console.warn method if available, otherwise call console.log.
Close