I posted this project on Google code a long time ago with still no interest. I have always found serious problem with performance and configuration of existing logging frameworks in AS3 so I had decided to build one based on Java standards. What came out of it was a near neighbor of SLF4j and Logback. It provides two levels of behavior injections and the ability to use an xml document to change logging verbosity without having to recompile. It also provides a simple plugin and log appender API. It is super simple to create custom appenders for whichever external logging you may use.

https://code.google.com/p/emoten-fra...meworkOverview