Object
# File lib/resque/log_formatters/verbose_formatter.rb, line 3 def call(serverity, datetime, progname, msg) "*** #{msg}\n" end