# File lib/logging/config/yaml_configurator.rb, line 112
    def appenders( ary )
      return if ary.nil?

      ary.each {|h| appender(h)}
    end