---
title: "Retrace Supported Java Frameworks for Profiling with Retrace"
slug: "errors-logs-supported-java-frameworks"
description: "Find all of the supported Java frameworks to configure Error and Log management in Retrace APM."
updated: 2018-06-15T20:59:24Z
published: 2018-06-15T20:59:24Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

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](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**

- [Log4J](/docs/errors-and-logs-log4j)
- [Logback](/docs/errors-and-logs-logback)
- [Java Stackify API](https://github.com/stackify/stackify-api-java)

**Collecting Server Logs**

- [Syslog](/docs/errors-and-logs-configure-syslog-with-the-stackify-agent)
