Class FilterModel


  • public class FilterModel
    extends 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 <psmith@apache.org>, Scott Deboy <sdeboy@apache.org>
    • Constructor Detail

      • FilterModel

        public FilterModel()
    • Method Detail

      • processNewLoggingEvent

        public void processNewLoggingEvent​(org.apache.log4j.spi.LoggingEvent event)