I'm creating an error report generator as part of a global exception handler. Right now I'm relying on the user to tell us what exactly they were doing when the exception happened.
I'm already adding the "exception.message" string to the report, but is there any way to grab the name of the procedure or the call stack "log" so I can add it to the report as well?