Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| Introduction to NLogNLog is a .NET logging library designed with simplicity and flexibility in mind. With NLog you can process diagnostic messages emitted from any .NET language, augment them with contextual information, format them according to your preference and send them to one or more targets.
The API (application programming interface) is similar
to log4net
NLog is licensed under the terms of BSD license NLog supports .NET, C/C++ and COM interop API so that all your application components including legacy modules written in C++/COM can send their messages through a common log routing engine. The .NET API is very fast at filtering messages, so that you can keep your logging instructions in code and let NLog filter them out at runtime. NLog can filter out as many as 150 million logging instructions per second on a single-CPU 1.6 GHz laptop. Add that to asynchronous processing and other wrappers and you'll get a very powerful and scalable logging tool. Recent News2006-09-18: NLog 1.0 has been released. Release notes can be found here. 2006-06-27: NLog 1.0 Release Candidate 1 is available. Release notes can be found here. The highlights of this release are:
Last updated: 2006-09-18 14:32:45 | |||||||
| Copyright © 2004-2006 by Jarosław Kowalski. |