[Mono-list] ANN: New N-tool available - NLog
Jaroslaw Kowalski
jaak@zd.com.pl
Sat, 21 Aug 2004 15:46:14 +0200
Hi!
I'd like to let you know about the new open source project called "NLog"
which is a simple but quite powerful logging library for .NET.
The design goals:
- ease of use (uses familiar WriteLine() style interface)
- maintainability (trivial to configure and re-configure)
- speed (uses "zero allocations" principle whenever possible)
- portability (.NET, Mono, .NET CF)
- don't over-pattern it - let it just do logging and nothing else
If you find log4net too difficult to configure and use effectively or simply
too java-ish then NLog might be the tool for you. It's open source and I
release it under BSD license.
See http://nlog.sf.net/ for more information.
To subscribe to the NLog mailing list visit:
http://lists.sourceforge.net/mailman/listinfo/nlog-list
Regards,
Jarek