RSS Feed for This PostCurrent Article

NLog: Alternative for Log4Net

NLog is a free logging platform for .NET with rich log routing and management capabilities. It makes it easy to produce and manage high-quality logs for your application regardless of its size or complexity.

NLog is open source software, distributed under the terms of BSD license and source is available on GitHub.

NLog can process diagnostic messages emitted from any .NET language (such as C# or Visual Basic), augment them with contextual information (such as date/time, severity, thread, process, environment enviroment), format them according to your preference and send them to one or more targets such as file or database.

.NET, C/C++ and COM interop APIs are supported so that all your application components including legacy modules written in C++/COM can route their log messages through a common engine.

Supported targets include:

Other key features:


Trackback URL


RSS Feed for This PostPost a Comment

CAPTCHA Image
Refresh Image
*