class ActiveSupport::Logger::SimpleFormatter
def call(severity, timestamp, progname, msg)
def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end
def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end