# File lib_wpm/wpm.rb, line 4230
    def set_input_filter(&block)
      @input_filter = block
      setup_logfile
      nil
    end