iceman
iceman

Reputation: 4261

Actionscript 3 debug logging

Is there a way to log debug messages with Actionscript 3 like log4j? i want to log user interactions in a Flash app(all the events and the user inputs).

Upvotes: -1

Views: 507

Answers (1)

Adam Harte
Adam Harte

Reputation: 10520

With FlashPlayer 10.1 comes the global error handler. You could use this by manually sending the result to your server.

Read more about FlashPlayer 10.1 Global error handling.

There is nothing built-in as far as I know.

Upvotes: 0

Related Questions