What is NLog ?

 Posted by Rajkatie on 1/21/2013 | Category: .NET Framework Interview questions | Views: 4313 | Points: 40
Answer:

It is cross-platform (NET Framework, .NET Compact Framework and Mono (on Windows and Unix)) open source logging platform based on .Net Framework.

There are following two different ways to configure NLog in your app

1) Through Configuration file and
2) Programmatically

It is able to process diagnostic messages emitted from any .Net Lang.

Source code for NLog is available on GitHub. You can download a zip file or use GIT client


Source: http://nlog-project.org/ | | Alert Moderator 

Comments or Responses

Login to post response