Link Details

Link 1077 thumbnail
User 202203 avatar

By sunitram
via martin.ankerl.org
Published: Jun 25 2006 / 17:08

The big question is, when to use logging and when exceptions? Let me tell you a story...
  • 14
  • 0
  • 792
  • 448

Comments

Add your comment
User 223844 avatar

abarnea_2000 replied ago:

0 votes Vote down Vote up Reply

The ULTIMATE exception handling: see www.cajoon.com . . . JVM upon exception 'wakes it up' and if passes criteria of type, class, method, extracts a snapshot of heap and stack values that were pertinent right after the exception and just before it is returned to the application (and to any exception handling therein). Completely transparent to the code . . . no instrumentation required

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.