Flex 2 Logger Class

[lang_en]I have created a Logger class that that can easily be used through an application. It provides a one place logging mechanism without having to import and classes or change for different output methods. It uses the Flex 2 mx.logging.Log class to support different Targets. By default the Logger class enables 3 targets, Flex’s default trace, XPanel and FlexTracePanel. The next cool feature of the Logger class is that it comes with...

Read More