Integrate Log4Net into an ASP.NET Web API Project
For most of my projects I was comfortable with rolling my own logging and it became easy to reference this library in new projects. I then found myself wanting to have multiple log files and sending data from different parts of the application to each log for diagnostic purposes. There needed to be some serious … More Integrate Log4Net into an ASP.NET Web API Project