Logging Errors

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Logging errors is the process of recording information about an error. You can use error-logging techniques to help debug your application. And even though you hope that most bugs are removed from your code before you deploy your application to your users, you might consider using error-logging techniques in "finished" applications as well.

One powerful option to consider is to create your own error-logging object class that you can use in any application by simply adding the class module that contains the error-logging code to your project.

See Also

Writing Error-Free Code | Design-Time Tools | Run-Time Tools | Script Debugging Tools | Basic Error Handling | Getting Information About an Error | Handling Script Errors | Custom Classes and Objects