Downloading NLog
Source and binary packages of NLog are available for download from
CodePlex site.
The following versions are currently available:
NLog 1.0 Refresh -
most recent stable release.
NLog 1.0 - Original 1.0 release
Each version has multiple packages available:
- NLog-VERSION-setup.exe -
setup package which includes compiled binaries, help file and integration with Visual Studio. Source code is not included. - NLog-VERSION-setup-debug.exe - setup package which includes compiled binaries (including PDB files), help file and integration with Visual Studio.
- NLog-VERSION-bin.zip - compiled binaries and help file
- NLog-VERSION-bin-debug.zip - compiled binaries (including PDB files) and help file
- NLog-VERSION-src.zip - source code package.
- NLog-VERSION-help.zip - documentation
You can also download NLog directly from the Subversion repository.
To download latest sources, use an
Subversion client (such as TortoiseSVN) and point it at:
http://svn.nlog-project.org/repos/nlog/trunk/NLog - for current NLog 1.x release
http://svn.nlog-project.org/repos/nlog/branches/NLog2 - for upcoming NLog v2.0 release
Subversion is available to everybody in read-only mode.


