- 1 Minute to read
- Print
- DarkLight
- PDF
Overview
- 1 Minute to read
- Print
- DarkLight
- PDF
Retrace's centralized logging supports sending your application logs from common Java logging frameworks.
Stackify provides a Java API library to send application logs and exceptions. We have also provided implementations for common logging frameworks that essentially wrap around our Java library.
Our Java libraries automatically handle batching, compressing, queuing, throttling, and error retry logic for uploading your application logs. It is designed to handle a large volume of logging with very little application overhead.
The source code for all of our Java API and logging appenders is hosted on Github.
https://github.com/stackify/stackify-api-java
Supported Java Logging Frameworks
For all of the supported framework-specific setup and configuration instructions, follow the appropriate links below: Java
Collecting Server Logs