pixeldroid log-as3 package Provides a light-weight, top-level (no import) alternative to trace(), with an SLF4J style API. Status alpha Installation Compile-time Add the swc(s) to your mxmlc library path Run-time Add the swf(s) to your application directory (./) Usage log(this, "log message for {0} from {1}", "you", "as3-log"); Related Work SLF4J (Logback, log4j) mx.logging