For debugging purposes I would like to have a way to track every event that is triggered in my application and have a button or somthing that the user can click to email me a list of the last 20 or so events triggered and the module they are in.
There reason I want to do this is because I'm finding it harder and harder to reproduce the errors that users are reporting, so I could just read the log to know what they did right before the error occured.
I know I could write a small function that would write to a logfile and call it from every event but given the size of this project that isn't really practical.
thanks for any suggestions.
Ben
There reason I want to do this is because I'm finding it harder and harder to reproduce the errors that users are reporting, so I could just read the log to know what they did right before the error occured.
I know I could write a small function that would write to a logfile and call it from every event but given the size of this project that isn't really practical.
thanks for any suggestions.
Ben