Author: rgoers Date: Wed May 16 06:24:05 2012 New Revision: 1339024 URL: http://svn.apache.org/viewvc?rev=1339024&view=rev Log: Fixed LOG4J2-60
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1339024&r1=1339023&r2=1339024&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/changes/changes.xml (original) +++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed May 16 06:24:05 2012 @@ -23,6 +23,9 @@ <body> <release version="2.0-alpha1" date="TBD" description="Rewrite of Log4j"> + <action issue="LOG4J2-60" dev="rgoers" type="add" due-to="Shane Kelly"> + Added ability to filter on the appender-ref by adding either a level or a filter. + </action> <action issue="LOG4J2-56" dev="rgoers" type="fix" due-to="John Owen Atala"> Level.toLevel would throw an IllegalArgumentException instead of returning the default value. </action>