Products of this category
Java Barcode Reader 2.0
Java Barcode Reader is a Java library which recognise and read barcode images. It Supports up to 20 1D and 2D Barcode Symbologies.
Steware Studio .NET for WinForm 2.0
Steware Stuido .NET includes two fully managed Windows Form controls, that help the developers add a gauge and chart in the application and provide the gauge and chart representation for the input data.
Steware Charts .NET for WinForm 2.0
Steware Chart .NET is a fully managed Windows Form control, that help the developers add a Chart in the application to provide the Chart representation for the input data.

Kellerman .NET Logger 1.17

Kellerman .NET Logger 1.17

Select your Rating:
License: Commercial
Size: 1.4 MB
Date added: 2007-11-27
Downloads: 5
Downloads - Last week: 0
Price: $28.95
OS: Win98, WinME, WinXP, Windows2000, Windows2003, Windows Vista Starter, Windows Vista Home Basic, Windows Vista Home Premium, Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate
System Requirements: Visual Studio 2005
Kellerman Logger is an easy to use, high performance logging framework for .NET 2.0 with the ability to log to multiple destinations. Kellerman Logger is faster and easier to use than Log4Net. The logger's ability to log messages with a single line of code makes Console.Writeline and Response.Write obsolete. 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.