views:

390

answers:

2

Duplicate:

Exception Driven Programming in Java

I have been looking at ELMAH and was wondering what kinds of similar applications are available for Java.

Thanks for the recommendations for log4j and other frameworks. Like the author of the post this question duplicates, I'm just looking to see if a more full-featured solution exists rather than having to roll my own (which of course I may do if there's nothing comparable).

+1  A: 

Have a look at the Java logging frameworks page on Wikipedia it compares a few different loggers and their features.

Ben S
+1  A: 

I would suggest log4j. It's flexible enough to do pretty much anything you need, and it's stable and proven.

Alex Fort