Wednesday, 15 October 2014

How to Use Log4net with ASP.NET MVC 5 for Logging

Log4net is an open source library that allows .NET applications to log output to a variety of sources. Log4net provides a simple mechanism for logging information to a variety of sources.  Information is logged via one or more loggers. These loggers provide 5 levels of logging: Debug Information Warnings Error Fatal Here...