class Mqjob::Formatter
Public Instance Methods
call(severity, timestamp, progname, msg)
click to toggle source
Calls superclass method
# File lib/mqjob.rb, line 115 def call(severity, timestamp, progname, msg) case msg when ::StandardError msg = [msg.message, msg&.backtrace].join(":\n") end super end