I’m looking for a way to display log messages in a mobile Flex app.
I know that traces aren’t available in non-debug versions, so which alternatives do I have?
What I’d like to do is display this messages in a component, because occasionally I’m getting some weird bugs related to my server connection that don’t happen in my office. Just knowing what is going on with the connection would help me debug this issue.
Any thoughts?
Try this logging library
AS3 Commons Logging
It provides many logging targets, not only the trace one.