# File lib/logging/config/configurator.rb, line 172
      def logger( name, &block )
        @loggers << [name, DSL.process(&block)]
      end