Why use Kellerman Logger?
The problem with all logging frameworks currently available (both open source and commercial) is that they sacrifice usability for extensibility. Modifying long configuration files is the only way to get them to work. Sure, there are examples for the configuration files, but it’s not exactly one line of code. Kellerman Logger takes a different approach; to match the ease of use of Console.Writeline and Response.Write and add features to facilitate defect tracking and back end development. How many times have you written Response.Write(ex.Message)? Instead with Kellerman Logger write Log.LogException(ex); and the logger will write out not only the error message but all the properties of the exception and any inner exceptions. This is one of the many powerful features in Kellerman Logger. Here are some key features of “Kellerman Logger”: ยท Easy to Use Kellerman Logger is implemented as a static class. Logging can be performed with a single line of code. There is no need to wrap an instan