When using wrapper, how to preserve class and method name for Log4Net to log?
Log4net allows you to access method name for instance like this %method. This is not the fastest operation but if you need to debug something you may very well use it. I believe your question is about the fact that log4net will not output the correct method name if you use a wrapper. To solve … Read more