2.0
- Release date
-
2014-07-12
This is the first GA release, after thirteen prior releases over the last 4 years.
Apache Log4j 2.0 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 groupId
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 Log4j 2 website.
Added
-
Added support for generating custom logger wrappers that replace the existing log levels and extended logger wrappers that add custom log levels to the existing ones. (LOG4J2-519)
-
RegexFilter does not match multiline log messages. (LOG4J2-696)
Changed
-
Make org.apache.logging.log4j.core.layout.AbstractLayout immutable. (LOG4J2-685)
-
Update Jackson to 2.4.1. (LOG4J2-689)
-
Update Apache Commons Logging to 1.2 from 1.1.3. (LOG4J2-709)
Fixed
-
LoggerConfigs with no Level now inherit the Level from their parent. (LOG4J2-441)
-
JMX GUI: fixed occasional ArrayIndexOutOfBoundsException after pressing "reconfigure with XML below". (Fixed in RC2, but wasn’t included in release notes.) (LOG4J2-538)
-
Fixed Serialization error with SocketAppender and Async Loggers. (Fixed in RC2, but wasn’t included in release notes.) (LOG4J2-625)
-
Update docs to clarify how to use formatter logger and standard logger together. (LOG4J2-631)
-
AsyncLoggerContextSelector should ensure that different AsyncLoggerContext objects created by web app classloaders have unique names. (LOG4J2-666)
-
Special characters (tab and so on) in PatternLayout do not work. (LOG4J2-682)
-
Fix annotation processor warnings on JDK 1.7+. (LOG4J2-683)
-
Core’s OptionConverter support for \b is broken (affects PatternLayout). (LOG4J2-686)
-
Rename org.apache.logging.log4j.core.util.Closer.closeSilent() to closeSilently(). (LOG4J2-687)
-
Make org.apache.logging.log4j.core.layout.PatternLayout immutable. (LOG4J2-688)
-
Log4j Web test dependencies should be in scope "test" in the pom. (LOG4J2-690)
-
Update documentation to specify only Maven 3 is supported. (LOG4J2-692)
-
Fix strange compilation error that popped up in a test class. (LOG4J2-694)
-
PatternLayout manual page missing documentation on header/footer. (LOG4J2-699)
-
Fixed issue where Async Logger does not log thread context stack data. API change: added method getImmutableStackOrNull() to ThreadContext.ContextStack interface. (LOG4J2-705)
-
Some exceptions are not logged when configuration problems are detected. (LOG4J2-707)