Apache Logging Services
A few more details about Apache Log4j 2.7
Here’s are the highlights of what’s new since Apache Log4j 2.6.2.[Read More]
Posted at 07:02PM Oct 11, 2016
by Gary Gregory in Java |
|
Moving on to Log4j 2: Log4j 1.2 is broken on Java 9
Log4j 1 has had a good run. First released in 1999, it is still widely used in a variety of Java-based projects. With Java 9, that is likely to come to an end: Log4j 1.2 is broken on Java 9. Essentially the MDC depends on the Java version string, which does not play well with Java 9's new version-string format.
To any project that is interested in running on Java 9, I'd strongly recommend migrating to Log4j 2 now.
[Read More]
Posted at 03:35PM Jul 17, 2016
by Remko Popma in Java |
Comments [1]
|
Log4j 2.6.2 released
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 other modern features such as support for Markers, lambda expressions for lazy logging, property substitution using Lookups, multiple patterns on a PatternLayout and asynchronous Loggers. Another notable Log4j 2 feature is the ability to be "garbage-free" (avoid allocating temporary objects) while logging. In addition, Log4j 2 will not lose events while reconfiguring. [Read More]
Posted at 10:44PM Jul 10, 2016
by Remko Popma in Java |
Comments [8]
|
Apache log4net 1.2.11 Released
The Apache log4net team is pleased to announce the release of Apache
log4net 1.2.11.
Posted at 09:20AM Oct 12, 2011
by grobmeier in Java |
Comments [4]
|