VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Error Logger

Hagbard  (1 Submission)   Debugging and Error Handling   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This is the code I use to keep a track of errors throughout the program. It comes in useful for keeping track of the errors I haven't weeded out in the initial testing.

Inputs
erDesc - Error Description erNum - Error Number subname - Sub Name where error originates

Returns
Appends the error log file with the error description,number, Sub name and Date/Time

Rate Error Logger (3(3 Vote))
Error Logger.bas

Error Logger Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters