Logger::Formatter
Simple formatter which only displays the message. Taken from ActiveSupport
# File lib/thin/logging.rb, line 15 def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.