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
 Examples
F
 Functions
I
 info, debug
J
 JavaScript Debug:A simple wrapper for console.log
L
 License
 log, debug
P
 Pass-through console methods
R
 Revision History
S
 setCallback, debug
 setLevel, debug
 Support and Testing
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.
These working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.
Call the console.info method if available, otherwise call console.log.
Version: 0.4, Last Updated: 6/22/2010
Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses.
Call the console.log method if available.
assert, clear, count, dir, dirxml, exception, group, groupCollapsed, groupEnd, profile, profileEnd, table, time, timeEnd, trace
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.
Information about what browsers this code has been tested in.
Call the console.warn method if available, otherwise call console.log.
Close