Skip to content

Instantly share code, notes, and snippets.

@sixones
Created April 20, 2009 19:15
Show Gist options
  • Save sixones/98689 to your computer and use it in GitHub Desktop.
Save sixones/98689 to your computer and use it in GitHub Desktop.
// create an instance of the FirebugConsole
var firebug:FirebugConsole = new FirebugConsole();
// send a log message
firebug.log("Log Message");
// send an error message
firebug.error("Error Message");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment