--- layout: post status: PUBLISHED published: true title: Apache Log4j 2.0 RC1 released id: 91a3b280-098a-4520-8c8b-7a9eec6789f6 date: '2014-02-17 00:00:00 -0500' categories: logging tags: [] permalink: logging/entry/apache_log4j_2_0_rc1 ---

The Apache Log4j 2 team is proud to announce the Log4j 2.0-rc1 release!

Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.

This is the twelfth release and first release candidate of Log4j 2 and is being made available to encourage use and feedback from the community. Rapid feedback is especially critical at this point since a general availability release is on the horizon.

Bug fixes and enhancements

This release contains several changes that break binary and backwards compatibility
with previous versions. Please read the release notes correctly so that you
can adjust your usage of Log4j 2, if necessary.

Changes in this version include:

New features:

Fixed Bugs:

Changes:

Apache Log4j 2.0-rc1 requires a minimum of Java 6 to build and run. Basic compatibility with Log4j 1.x
is provided through the log4j-1.2-api component, however it does not implement some of the
very implementation specific classes and methods. The package names and Maven group ID have
been changed to org.apache.logging.log4j to avoid any conflicts with Log4j 1.x.

For complete information on Apache Log4j 2, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Log4j 2 website:

http://logging.apache.org/log4j/2.x/