com.ibm.websphere.logging.hpel.reader.filters

Class LevelFilter

  • java.lang.Object
    • com.ibm.websphere.logging.hpel.reader.filters.LevelFilter
    • Constructor Summary

      Constructors 
      Constructor and Description
      LevelFilter(int minLevel, int maxLevel)
      Creates a filter instance using integer values as the level range.
      LevelFilter(java.util.logging.Level minLevel, java.util.logging.Level maxLevel)
      Creates a filter instance with a specified Level range.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean accept(RepositoryLogRecordHeader record)
      Checks if record should be accepted into the list.
      • Methods inherited from class java.lang.Object

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

      • LevelFilter

        public LevelFilter(int minLevel,
                   int maxLevel)
        Creates a filter instance using integer values as the level range. These level integers are as defined in the java.util.logging.Level class.
        Parameters:
        minLevel - lower boundary of the level range.
        maxLevel - upper boundary of the level range.
        See Also:
        Level
      • LevelFilter

        public LevelFilter(java.util.logging.Level minLevel,
                   java.util.logging.Level maxLevel)
        Creates a filter instance with a specified Level range.
        Parameters:
        minLevel - lower boundary of the level range. Value null means that lower boundary won't be checked.
        maxLevel - upper boundary of the level range. Value null means that upper boundary won't be checked.
IBM WebSphere Application ServerTM
Release 8.5