# File lib/active_support/core_ext/logger.rb, line 69
  def formatter
    @formatter ||= SimpleFormatter.new
  end