AS3 logging class for Firebug
Monday, April 7th, 2008Firebug is one of my favorite debugging tools to use with flash. I have tried all of the flash based logging tools but I haven’t found one yet that I am comfortable using. I don’t think that they are quite there yet. I have written my own AS3 class that will log information to the firebug console window. Just throw it into your class root and use one of the static functions.
(more…)