# File lib_ctrl/rucy/control.rb, line 99
    def logfiles_close
      for output in @logfiles_output
        output.close
        @server.debug("close #{output.path.inspect}.")
      end
      nil
    end