Class LevelChangingFilter

java.lang.Object
org.jboss.logmanager.filters.LevelChangingFilter
All Implemented Interfaces:
Filter

public final class LevelChangingFilter extends Object implements Filter
A filter which modifies the log record with a new level if the nested filter evaluates true for that record.
  • Constructor Details

    • LevelChangingFilter

      public LevelChangingFilter(Level newLevel)
      Construct a new instance.
      Parameters:
      newLevel - the level to change to
  • Method Details

    • isLoggable

      public boolean isLoggable(LogRecord record)
      Apply the filter to this log record.
      Specified by:
      isLoggable in interface Filter
      Parameters:
      record - the record to inspect and possibly update
      Returns:
      true always