Automate Error Logging using Custom Page Class
Author:
Bipin Joshi
For any webmaster keeping track of errors raised by the web application is an important job. The most common approach is to create a function that will log the exceptions in a text file. This function is then called in each and every web form. However, chance of some developer failing to call this function makes this approach error prone. Wouldn't it be better if somebody automatically keeps the log of page level exceptions for you? That's exactly this article is going to demonstrate.
More Tutorials
|