What is the best logging solution for a C# .NET 3.5 project?
Posted
by
Odd
on Stack Overflow
See other posts from Stack Overflow
or by Odd
Published on 2008-09-18T23:44:14Z
Indexed on
2011/11/20
9:51 UTC
Read the original article
Hit count: 277
My team is about to start a new enterprise wide ASP.NET development project, quite possibly the largest undertaken by my department so far and the largest project that I've ever worked on. I'm looking for a good logging solution for the system.
Firstly, what logging tools are currently available and widely used?
Secondly, for an ASP.NET (probably MVC) enterprise applicaiton, which tool is most appropriate based on your experience?
So far I've used Log4net almost exclusively for all my previous projects. It's a fantastic tool, however I would like to see if there is anything I've not used out there before I start a project of this magnitude or if there is any reason I would not want to use Log4net for a project of this size.
© Stack Overflow or respective owner