D
doa
Guest
Errors can always be caought, that is not the problem. The Problem is that there will always be cases when error just are not cought, due to programming errors/legacy code/refactoring and so on. Basically all i want is a way to react to uncought errors in the program itself (everything that is put to stdout in batchmode). A event on the session object basically. A simple example would be sending an email with the error and stacktrace to th eoperator or sysadmin so he knows something went wrong.
Continue reading...
Continue reading...