Open source Error logger Frameworks for .NET Applications

I was tried to find alternate error logger framework for Microsoft Error logger framework since its bit heavy. I came to know to that few Error loggers which are more flexible and light weight for .NET Applications 1. Log4Net : is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. 2. NLog : NLog is a free application logging library for .NET designed with simplicity and flexibility in mind. You can use NLog to write diagnostic traces from your application, so that they can be analyzed later. NLog can write your log messages to multiple targets. Among all loggers frameworks,Log4Net is best logger i have seen ever.

0 Responses to "Open source Error logger Frameworks for .NET Applications"