The LogDigger Connector is an application component, capable of collecting runtime information such as request-related application logs, statistics, etc. This information is sent to the LogDigger Client (typically a browser extension) and/or logged on the LogDigger Server for application usage tracking.
The LogDigger Connector for Java currently supports the collection of Log4j events logged during the handling of HTTP requests in the servlet container. Collected events can be returned to the browser and/or persisted in the LogDigger Server.
It is assummed that your application uses Log4j or a logging library that has addapters for Log4j.