Skip to content

Instantly share code, notes, and snippets.

@andreruffert
Created November 23, 2010 16:44
Show Gist options
  • Save andreruffert/712074 to your computer and use it in GitHub Desktop.
Save andreruffert/712074 to your computer and use it in GitHub Desktop.
Sick of alert();
console.debug("This is a Debug message");
console.info("This is just info");
console.warn("This is a warning");
console.error("This is an Error");
// Console in Chrome
Ctrl+Shift+J
// Also works in the console in Firebug + Safari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment