Visual Studio 2010 - log4net settings when debugging
- by weismat
I have upgraded from Visual Studio 2008 to Visual Studio 2010 and I am facing the issue that my log4net configuration does not work anymore when debugging.
I used to add the logging configuration into app.config, but this does not work anymore. Could you elaborate what I need to do with the new release, so that I can combine debugging with log4net?