Logger
# File lib/active_support/logger.rb, line 44 def initialize(*args) super @formatter = SimpleFormatter.new end