Idea: Mark exceptions to avoid long logs

Mark an exception as "logged" so that catch blocks further up the call chain don't relog the stack trace. This gets a bit tricky for wrapped exceptions; I'll leave dealing with that as an exercise for the reader. :)

No comments: