New exception handling rules in NLog 2.0
NLog will introduce a change to logging exception handling and suppression. In NLog 1.0 all exceptions were disabled by default, but could be enabled by...
View ArticleDeploying NLog configuration files
Some of the targets supported by NLog require installation to be performed on the machine before the target can be used. For example, when logging to a database, a DBA needs to create the necessary...
View ArticleNLog 2.0 Beta 1 has been released
It is my pleasure to announce that NLog 2.0 Beta 1 has been released.NLog 2.0 release is focused on adding support for new platforms (Silverlight, .NET Framework 4), improving logging architecture and...
View ArticleNLog for Windows Phone 7
This week I have checked in a port of NLog 2.0 for Windows Phone 7. It’s still very experimental and the intention of this release is to get feedback from people. Please use at your own risk.Current...
View ArticleSimplifying NLog.Extended.dll usage
I’d like to let you know about small simplification to using targets and layout renderers from NLog.Extended.dll. Previously you had to register them using configuration...
View ArticleException logging enhancements
One of the frequent feature requests I’ve been getting was to improve the way exceptions are logged. Recent builds of NLog 2.0 include several usability enhancements that should make working with...
View ArticleNLog 2.0 Release Candidate is now available
It is our pleasure to announce that the Release Candidate (RC) of NLog 2.0 is now available for download. This is the last milestone before NLog 2.0 final release.Binary downloads are available on...
View ArticleNLog 2.0 has been released!
It is my great pleasure to announce that NLog 2.0 has been released.NLog 2.0 release is focused on adding support for new platforms (Silverlight, .NET Framework 4, Windows Phone 7.x), improving logging...
View ArticleUsing NLog with Mono
After releasing NLog 2.0 a number of people have reported problems with running on latest versions of Mono. Basically at the end of program execution (after the Main() has finished) the program locks...
View ArticleMoving NLog Forward
Dear NLog Community,It’s been almost exactly a year since NLog 2.0 was released. Since v1.0 release in 2006 NLog has been very popular among .NET developers, but as you may have noticed, the...
View ArticleNLog 2.0 - Small API reorganizations and breaking changes
I just checked a set of API changes, which may break code which uses recent nightly builds from NLog 2.0 branch. If you are upgrading to the latest build (2010.06.11.01 or newer) you may need to update...
View ArticleNLog Contrib
Almost 8 months ago, I silently created a the NLog-Contrib repository. It has been empty most of the time, probably affected by the silent creation.The repository is meant to be used for targets and...
View ArticleNLog 2.1 has been released
After a long wait NLog 2.1 has finally been released. Bugs have been fixed and a lot of improvements and new features has been added.Better support for Partial TrustFileTarget now uses the managed...
View ArticleNLog 3.0 will soon be released
Since NLog 2.1 was released, I’ve focused on moving to a new build server and deciding what frameworks should be supported in future releases. The move to the new build server is almost complete, and...
View ArticleNLog 3.0 has been released
At long last NLog 3.0 has been released, and is available at NuGet, the binaries are available at GitHub release page.As warned in the last post, support for the following frameworks have been...
View ArticleNLog 3.1.0 has been released
NLog 3.1.0 has been released, and is available at NuGet, the binaries are available at GitHub release page.This release contains mostly bug fixes.
View ArticleNLog 3.2.0 has been released
NLog 3.2.0 has been released, and is available at NuGet, the binaries are available at GitHub release page.This release contains mostly bug fixes, but also a couple of enhancements and new...
View ArticleHave you seen our new fluent interface? (3.2.0 feature)
With the release of 3.2.0 a new fluent interface has also been introduced. This feature simplifies writing complex logging statements and can be extended with extension...
View ArticleImproved support; closing the forum, removing news post comments
As NLog contributors we consider it is important that users can easily contact us for questions, feature request and relevant discussions. At the moment these possibilities are scattered across...
View ArticleNLog 3.0 (next release)
Since NLog 2.1 was released, I’ve focused on moving to a new build server and deciding what frameworks should be supported in future releases. The move to the new build server is almost complete, and...
View Article