News

Further, you need to develop a cloud logging strategy that focuses on the requester (or client) side for persisting the errors. Why do you need to develop this logging code? • Only on the ...
In my WPF app I have a DispatcherUnhandledException method to catch any unhandled exceptions. I log the exception passed to this method, but the stack trace is for this method and not the stack trace ...
1) Appropriate use of try/catch. 2) Log sufficient contextual information. All exceptions are logged (with userid , page or proc name, timestamps ,inner exception , stack trace , if the method is very ...