In my previous post I started to talk about how you can see the same trace messages you were used from developing but this time in the “Release”.
This is done with the help of the Log class (mx.logging.Log).
Let’s take a look at some pieces of code (full code can be provided per request).
private var […]
Popularity: 40%
One of the most common problems in developing new applications is their debugging. There are several methods to do this in Flex (trace, alert - like somebody once said: “Alert till death”). But what happens if you want the same logging that you had on your work environment to also be available when the application […]
Popularity: 33%