I am developing a WPF .net 3.5 application which is using other modules/libraries created within a company. Not all of them support logging and sometimes the information about handled exceptions may be quite useful to find out what's wrong. So the question is if I can get any notification or hookup somehow for handled events in other modules?
Thanks.