I would like to enable logging from custom MXML components without seeing log messages from Flex components (in the mx.* namespace).
In other words, I would like my FooPanel component to log messages, but not the RemoteObject component. To make this work, I have need to set the LogTarget filter to "*", instead of something like "foo.mycomponents.*". This works as expected for all AS classes. Am I missing something? Is there a way to define a package/namespace for MXML that can be referenced from the filter? Thanks, Josh

