Wishful thinking here.
I'm making an error log and I was hoping to populate it with where the error originated. Hoping there is something like a call stack function that I can tap into that allows me to pump it into a record.
So in short, is it possible for the code to figure out what subroutine/function it is executing in which module?
Thx in advance
I'm making an error log and I was hoping to populate it with where the error originated. Hoping there is something like a call stack function that I can tap into that allows me to pump it into a record.
So in short, is it possible for the code to figure out what subroutine/function it is executing in which module?
Thx in advance