Simple formatter which only displays the message.
This method is invoked when a log event occurs
Source: show | on GitHub
# File activesupport/lib/active_support/core_ext/logger.rb, line 79 def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end