Project DescriptionA new and hopefully exciting error logging framework that will integrate nicely into any windows/web application.
Welcome to Loggerz.
This is designed as a technical exercise to create an error logging solution that can be easily plugged into a .Net application.
This is being built using .Net V4 and is using Telerik's Just Mock to develop a TDD environment.
The aim of this project as outlined is to develop a simple yet powerful error logging solution that can record and output error messages to a variety of sources including sql db, email, event log, console, on screen etc. the sole aim is to make this a painless as possible to handle errors in a system. Where as more established frameworks such as elmah, log4net, nlog cater for a broader spectrum of logging. I am solely looking at delivering a simple yet effective solution.
you can follow development of this project via the project blog located here:
http://jellylogger.blogspot.co.ukLatest new about what is in the current source set is here:
Latest NewsThe current source code is very raw and extremely basic in its current format.
As more features are included I will upload more code and documentation.