NLog 0.2-beta1 has been released and can be downloaded at http://nlog.sourceforge.net/.
NLog is a .NET logging library similar in concepts to log4net, designed with simplicity and flexibility in mind. It supports the base concepts of log4net (appenders, layouts, filters) and makes them easy to use in your application. Features: - ease of use (uses familiar WriteLine() style interface) - maintainability (trivial to configure and re-configure) - speed (uses "zero allocations" principle whenever possible), no-logging situations are detected really quickly - binary portability (.NET, Mono, .NET CF) - use a 'portable dll' or a 'compact dll' - not over-patterned - it just does logging - easy to migrate from log4net 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 released 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
