Error information [RESOLVED]
When an error occurs in my app, one of the things the error handler does is append some information to a log file such as date, time, error number and description.
I'd like to add to that the name of the procedure where the error took place. Is it possible to retrieve this information somehow, I mean without having to use a variable to tag each and every subroutine in the app?
Next I'd like to get the list of all the calling procedure's names and -this sounds even more difficult- the number of the line were the error was triggered. Any ideas?