C
Chris
I've got a logging routine on my client that logs
errors. I'm hoping to use this error information for
debugging purposes during testing and then during
production. I want to log these exceptions at the best
place possible to help me in this goal. Where should I
put these try / catch blocks?
Currently I'm placing them around all form events where
I'm doing anything non-trival. Is this too much? Would
love to hear you suggestions.
Thanks,
Chris
errors. I'm hoping to use this error information for
debugging purposes during testing and then during
production. I want to log these exceptions at the best
place possible to help me in this goal. Where should I
put these try / catch blocks?
Currently I'm placing them around all form events where
I'm doing anything non-trival. Is this too much? Would
love to hear you suggestions.
Thanks,
Chris