class ActiveSupport::Logger::SimpleFormatter
Simple formatter which only displays the message.
def call(severity, timestamp, progname, msg)
def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end
Simple formatter which only displays the message.
def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end