NLog - ITsvetkoFF/Kv-013 GitHub Wiki
NLog
##NLog is a free logging platform for .NET, Silverlight and Windows Phone with rich log routing and management capabilities. NLog makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity.
Use greate NLog tutorial to find more information
###Installing NLog
NLog can be downloaded from NuGet. The source is also available on GitHub.
Just install NLog.Config package and this will install also NLog and NLog.Schema packages - this will result in a starter config and intellisense.
Use the GUI or the following command in the Package Manager Console:
Install-Package NLog.Config
That's it, you can now compile and run your application and it will be able to use NLog.