Guest_imported
New member
- Jan 1, 1970
- 0
Hey, I made a function that that writes a given error number & desription to a log with the date and a whole bunch of other info. Now what I would like is this function to be called when an error occurs. My first though for doing so is to put the function call in each and every procedure of each module, but doing so is a very long job. So, is there a simpler way to refer all errors to this function? Something like a general error handling?