2.0-alpha1
- Release date
-
2012-07-29
Added
-
Added ability to filter on the AppenderRef by adding either a level or a filter. (LOG4J2-60)
Fixed
-
Make sure all application facing log methods use their own FQCN. This patch resolves a unit test failure for the %C pattern when using the Category logger. (LOG4J2-50)
-
Remove LoggerContext support for custom logger factories. All Loggers returned by LoggerContext should be compatible and of the same type. (LOG4J2-51)
-
Level.toLevel would throw an IllegalArgumentException instead of returning the default value. (LOG4J2-56)