Logging the current stack trace
I had the need to log the current stack trace in a method to figure out which event handler calls the method in order to solve a bug. The method is commonly used in a number of different handlers. I find in the log that this method is called twice in a request that should … [Read more…]