NLog
The NLog project is a logging framework with a similar API to log4net, however it's generally considered faster, and uses an easier to configure (and more powerful) routing table for determining how messages are logged. At DevDefined we are migrating away from using Log4Net as our standard logging framework in favour of NLog.
1/1/2007 12:00:00 PM
Back