psmith      2003/09/08 19:56:17

  Modified:    src/java/org/apache/log4j/chainsaw EventContainer.java
  Log:
  EventContainer now accepts a generic Rule impl for filtering.
  
  Revision  Changes    Path
  1.6       +2 -1      
jakarta-log4j/src/java/org/apache/log4j/chainsaw/EventContainer.java
  
  Index: EventContainer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/EventContainer.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- EventContainer.java       5 Sep 2003 03:39:43 -0000       1.5
  +++ EventContainer.java       9 Sep 2003 02:56:17 -0000       1.6
  @@ -49,6 +49,7 @@
   
   package org.apache.log4j.chainsaw;
   
  +import org.apache.log4j.chainsaw.rule.Rule;
   import org.apache.log4j.spi.LoggingEvent;
   
   import java.util.List;
  @@ -132,7 +133,7 @@
      * Sets the DisplayFilter in operation
      * @param displayFilter
      */
  -  void setDisplayFilter(DisplayFilter displayFilter);
  +  void setDisplayRule(Rule displayRule);
   
     /**
      * Returns the index of the row
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to