LogDigger Connector is a Java library that, in case of an error logged or exception thrown in your application, creates a detailed report with all important contextual data.
When it's used in a web application, LogDigger Connector allows you to:
- Collect relevant contextual data when an error occurs
- The URL accessed, POST parameters, HTTP headers, etc.
- Request-level logs
- Recent application usage history
- Include any custom application data (for example user ID)
- Send notification and/or save error logged
- Save error report to a database
- Send error details by email
- Submit error report to an external service
- Review collected error logs using included web app
- Browse through error logs or filter by date
- Review all collected data
- Find similar errors (e.g. by exception class, throwing method or application controller)
LogDigger Connector is lightweight (about 500KB) and unobtrusive. It can be used with any web development framework that allows custom servlet filters.
LogDigger Connector can be downloaded from LogDigger's web site.
Labels
Page: Getting Started with LogDigger Connector
Page: Dependencies and Requirements
Page: LogDigger Servlet Filter
Page: Configuration String
Page: Modules
Page: Using LogDigger with Spring Framework
Page: Access Control
Page: Advanced Topics
Page: Sending error reports to My LogDigger
Page: Extending LogDigger Connector
Page: Maven Repository
Page: Pro Edition