From 7e9f7b07fbadfdf54566e16a465c34ed3dd14fd8 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Tue, 9 Feb 2016 08:25:42 +0100 Subject: [PATCH] Update ELMAH link to its new home ELMAH has a new home now that Google Code Project Hosting has shutdown. --- dotnet-developer-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 47aa2d4..1ce2cc0 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -169,7 +169,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * Logging * [Exceptionless](https://github.com/exceptionless/Exceptionless) - Provides real-time .NET error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless! - * [ELMAH](https://code.google.com/p/elmah/) - ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. + * [ELMAH](https://github.com/elmah/Elmah) - [ELMAH (Error Logging Modules and Handlers)](https://elmah.github.io/) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment. * [log4net](http://logging.apache.org/log4net/) - A tool to help the programmer output log statements to a variety of output targets. * [LogMaster4Net](https://github.com/kerryjiang/LogMaster4Net) - It is a central log server which can organize your logs in different applications in a same place but have same log behaviors (loggers, appenders, levels and rules) like in the indepedent applications before. * [NLog](https://github.com/NLog/NLog) - NLog is a free logging platform for .NET with rich log routing and management capabilities.