From dd926f99f760e4a48f2dbe42309acf0df0c87e8d Mon Sep 17 00:00:00 2001 From: Jude Melancon Date: Thu, 21 May 2015 08:39:16 -0500 Subject: [PATCH] Add NLog to Logging section of project list --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 66bae74..32a5f8b 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -149,6 +149,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [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. * [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. * Model-View-ViewModel (MVVM) Frameworks * [Caliburn Micro](https://github.com/Caliburn-Micro/Caliburn.Micro) - A small, yet powerful framework, designed for building applications across all XAML platforms.