Logger::Formatter
Simple formatter which only displays the message.
This method is invoked when a log event occurs
# File lib/active_support/core_ext/logger.rb, line 77 def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.