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