Class 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 Detail

      • LevelChangingFilter

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

      • 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