开发者

Are there any error notification systems for Java like Hoptoad and Exceptional for Ruby?

开发者 https://www.devze.com 2023-03-02 20:08 出处:网络
There are several excellent hosted services for error notification and processing in the Ruby world, such as hoptoad and exceptional.

There are several excellent hosted services for error notification and processing in the Ruby world, such as hoptoad and exceptional.

I'd like to find a similar service for Java. I don't want to install a separate log monitoring system like Nagios because this is for a product that gets installed by customers and I need to keep things simple.

I know there's a log4j-to-hoptoad integration call开发者_开发知识库ed frog4j, but it hasn't been revved for nearly a year. Are there any other alternatives? I'd prefer to find a hosted service that supports java directly, or a more actively maintained 3rd party tool.

PS - I'm on Grails if there's something Grails-specific.

Thanks!


I work on Bugsnag and we fully support Java and have an OSS provider for Java which is located on GitHub.


I am not sure if this is what you are looking for but it seems pretty decent.


You can use LogDigger Connector library to capture Java web application errors. Standard version is free and collects request-level data and logs. (With Pro version you can track user actions and have the recent usage history included with the error report.)

Notifications can be send via email, collected using RSS or you can implement your own mechanism.

There's a built-in web interface to review error reports so you don't need an external service.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号