Mega Code Archive
Set TraceTarget filters to log target by using MXML
mx.rpc.*
mx.messaging.*
0
import mx.collections.ArrayCollection;
import mx.logging.Log;
[Bindable]
public var myData:ArrayCollection;
private function initApp():void {
Log.addTarget(logTarget);
}