Class PassingLogRecordFilter

  • All Implemented Interfaces:
    LogRecordFilter

    public class PassingLogRecordFilter
    extends java.lang.Object
    implements LogRecordFilter
    An implementation of LogRecordFilter which always returns true.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean passes​(LogRecord record)  
      void reset()
      Does nothing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PassingLogRecordFilter

        public PassingLogRecordFilter()
    • Method Detail

      • reset

        public void reset()
        Does nothing.