Logger::Formatter
Simple formatter which only displays the message.
This method is invoked when a log event occurs
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/core_ext/logger.rb, line 78 def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end
Generated with the Darkfish Rdoc Generator 2.