Author: carnold
Date: Sun May 18 13:14:59 2008
New Revision: 657627
URL: http://svn.apache.org/viewvc?rev=657627&view=rev
Log:
Bug 45030: Type and stray System.out.println in filters in extras companion
Modified:
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/AndFilter.java
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/LevelRangeFilter.java
Modified:
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/AndFilter.java
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/AndFilter.java?rev=657627&r1=657626&r2=657627&view=diff
==============================================================================
---
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/AndFilter.java
(original)
+++
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/AndFilter.java
Sun May 18 13:14:59 2008
@@ -81,7 +81,6 @@
}
public void addFilter(final Filter filter) {
- System.out.println("add"+filter);
if (headFilter == null) {
headFilter = filter;
tailFilter = filter;
Modified:
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/LevelRangeFilter.java
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/LevelRangeFilter.java?rev=657627&r1=657626&r2=657627&view=diff
==============================================================================
---
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/LevelRangeFilter.java
(original)
+++
logging/log4j/companions/extras/trunk/src/main/java/org/apache/log4j/filter/LevelRangeFilter.java
Sun May 18 13:14:59 2008
@@ -35,7 +35,7 @@
<b>AcceptOnMatch</b> is true, [EMAIL PROTECTED]
org.apache.log4j.spi.Filter#ACCEPT} is returned, and if
<b>AcceptOnMatch</b> is false, [EMAIL PROTECTED]
org.apache.log4j.spi.Filter#NEUTRAL} is returned.
- <p>If <code>LevelMin</code>w is not defined, then there is no
+ <p>If <code>LevelMin</code> is not defined, then there is no
minimum acceptable level (ie a level is never rejected for
being too "low"/unimportant). If <code>LevelMax</code> is not
defined, then there is no maximum acceptable level (ie a
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]