What is your .NET logging framework of choice?
Posted
by RoyOsherove
on Stack Overflow
See other posts from Stack Overflow
or by RoyOsherove
Published on 2008-09-24T11:13:09Z
Indexed on
2010/04/22
16:33 UTC
Read the original article
Hit count: 235
There are many Logging frameworks for .NET, from simple Debug.WriteLine and Trace to Log4Net, Logging application block, NLOg and others. Which one do you use or recommend, and why? Also, which one would you recommend to NOT use, and why?
© Stack Overflow or respective owner