0
votes

We are starting a new ASP.NET 3.5 MVC application (with Entity Framework, etc). The application will handle exceptions at method level and log them. Unhandled and Runtime exceptions should also be logged. The logging module/framework should log BOTH application error/debug/info messages and unhandled exceptions.

Options:

Please compare the frameworks.

Which will be the most suitable choice ?

Thank You.

1

1 Answers

0
votes

There are a lot of logging and tracing tools out there for .NET, including our very own SmartInspect tool. We've collected a list of logging tools and posted them to DotNetLogging.com. But as John already wrote, without providing more details about your application and logging needs, it's hard to recommend a specific tool or solution.