# File lib/active_support/buffered_logger.rb, line 93
    def flush
      @log.write(@buffer.slice!(0..-1).to_s) unless @buffer.empty?
    end