Class LevelMatchFilter.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setLevel

        public LevelMatchFilter.Builder setLevel​(Level level)
        Sets the logging level to use.
        Parameters:
        level - the logging level to use.
        Returns:
        this
      • build

        public LevelMatchFilter build()
        Description copied from interface: Builder
        Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.
        Specified by:
        build in interface Builder<LevelMatchFilter>
        Returns:
        the configured instance.