# File lib/active_support/buffered_logger.rb, line 122
      def buffer
        @buffer[Thread.current] ||= []
      end