Source: show | on GitHub
# File activesupport/lib/active_support/logger.rb, line 44 def initialize(*args) super @formatter = SimpleFormatter.new end