Why is "log and throw" considered an anti-pattern?

Viewed 54937

This question was sparked by a discussion around this article, where I did not receive any good answers.

Why should logging your exception and then rethrowing it (preserving the original stack trace of course) be a bad idea if you can't handle it otherwise?

4 Answers
Related