= private = protected
call(severity, timestamp, progname, msg)
This method is invoked when a log event occurs
# File activesupport/lib/active_support/core_ext/logger.rb, line 116 def call(severity, timestamp, progname, msg) "#{String === msg ? msg : msg.inspect}\n" end