Tag: logging
-
How to add simple logging to your Web App using Elmah
Logging is a crucial part of any application. Logging can be used to track events, identify code issues, security holes, etc. In this blog post, I’ll describe how to add logging to your ASP.NET web application using an open source logging framework called Elmah. Elmah has been around for a while, it became very popular…