Log4j 1.3alpha-1

org.apache.log4j.chainsaw.filter
Class FilterModel

java.lang.Object
  |
  +--org.apache.log4j.chainsaw.filter.FilterModel

public class FilterModel
extends java.lang.Object

This class is used as a Model for Filtering, and retains the unique entries that come through over a set of LoggingEvents

Author:
Paul Smith , Scott Deboy

Constructor Summary
FilterModel()
           
 
Method Summary
 EventTypeEntryContainer getContainer()
           
 void processNewLoggingEvent(LoggingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterModel

public FilterModel()
Method Detail

processNewLoggingEvent

public void processNewLoggingEvent(LoggingEvent event)

getContainer

public EventTypeEntryContainer getContainer()

Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.