Search Results

0
votes

Should I catch exceptions only to log them?

Sometimes you need to log data which is not available where the exception is handled. In that case, it is appropriate to log just to get that information out. For example (Java pseudocode) …