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.
A:
yeradis
2008-10-24 16:12:40
+3
A:
I've been using Thunderbolt. It allows you to see your log results in Firebug.
81bronco
2008-10-24 17:06:13
+1
A:
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
2008-10-24 22:23:29
+1
A:
@davr I must agree with you. Using something OTC (over the counter) is always a crap shoot without testing, etc. Build something you can extend and you'll never need to invest in someone else's code.
eric
2008-10-24 23:55:37
A:
I developed and manage Loggee!, a Flash/Flex Logging Tool: http://davidbuhler.org/loggee-flex-logging-tool/
david buhler
2010-04-19 20:57:56