Created
April 20, 2009 19:15
-
-
Save sixones/98689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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