If you wrap NLog in another class all your stacktrace information points to the wrapper class instead of the correct place in the stack that you are interested in. How do you solve this?
Asked
Active
Viewed 1,099 times
1 Answers
0
You have to pass wrapper's type to the Logger.Log() method. Please, look at https://stackoverflow.com/a/7486163/438760