Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ANN: NLog version 0.95 has been released!

Reply
Thread Tools

ANN: NLog version 0.95 has been released!

 
 
Jaroslaw Kowalski
Guest
Posts: n/a
 
      02-20-2006
NLog 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,
and the configuration is very simple. NLog uses a routing table
while log4net uses a logger hierarchy with attachable appenders.
This makes NLog's configuration very easy to read and maintain.
The new release includes some architectural changes,
new features, speed improvements and bug fixes.

A new website has been deployed at:

http://www.nlog-project.org/

Source, binary and Win32 installer are available for
immediate download from:

http://www.nlog-project.org/download.html

A step-by-step tutorial is available at:

http://www.nlog-project.org/tutorial.html

Major changes:

* Added new Trace level, more verbose than the Debug level.
* Added a new conditions language which lets you write powerful filtering
conditions while keeping the syntax natural and readable
* BREAKING CHANGE: Renamed Target.Append() method to Target.Write()
* Added Target.Write(LogEvent[] manyEvents) for cases where the target can
optimize group writes
* Added global log threshold and configurability at the config level (<nlog
globalThreshold="..." />)
* Added support for <variable name="" value="" /> configuration element.
Details are here.
* Added infrastructure for compound targets and wrapper targets.
* Added detailed documentation with examples for many targets, both on the
website and in the help file

Full release notes in HTML format are available at:

http://www.nlog-project.org/releasenotes.html

Happy NLogging!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Where to get stand alone Dot Net Framework version 1.1, version2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? MowGreen [MVP] ASP .Net 5 02-09-2008 01:55 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? PA Bear [MS MVP] ASP .Net 0 02-05-2008 03:28 AM
Re: Where to get stand alone Dot Net Framework version 1.1, version 2.0, version 3.0, version 3.5, version 2.0 SP1, version 3.0 SP1 ? V Green ASP .Net 0 02-05-2008 02:45 AM
The printing has been stopped and this job has been add to the queu? dejola Computer Support 6 12-30-2005 03:26 AM
I need help I has been over 6 months since I've been able to do the system check for updates Marc Computer Support 8 07-25-2005 07:04 PM



Advertisments