# File test/test_Logging.rb, line 74
    def logfiles
      @logfiles_call += 1
      @store['logfiles'].map{|attrs|
        Rucy::LoggingParams::LogFile.new(attrs)
      }
    end