Archive for March, 2014

How to set up logging with NLog in a .NET project

March 1st, 2014

Logging is quite useful, and one popular tool for .Net logging is log4net. Another really nice tool is NLog. Here’s how to implement logging and configure NLog for your website in a few steps. (more…)