Can anyone recommend a good (AS3) logging API for Flash/AIR/Flex? I need something to capture and record mouse and keyboard events in addition to coded events. Preferably something well documented/supported. Thanks in advance.
Asked
Active
Viewed 1,875 times
6 Answers
3
I've been using Thunderbolt. It allows you to see your log results in Firebug.

Raleigh Buckner
- 8,343
- 2
- 31
- 38
1
I developed and manage Loggee!, a Flash/Flex Logging Tool: http://davidbuhler.org/loggee-flex-logging-tool/

david buhler
- 11
- 1
0
You must see http://sourceforge.net/projects/log4flash/
with no more.... bye bye

yeradis
- 5,235
- 5
- 25
- 26
0
I always end up writing my own logging solutions. They generally are very simple compared to the rest of the project, and by writing my own I can tailor it exactly to what I need. Whereas using a pre-built one, always seems like either it is too over-engineered and complex to use, or it's too simple and lacking a couple features I need.

davr
- 18,877
- 17
- 76
- 99