class Celluloid::IncidentReporter::Formatter
get the time from the event
Public Instance Methods
call(severity, time, progname, msg)
click to toggle source
Calls superclass method
# File lib/celluloid/logging/incident_reporter.rb, line 10 def call(severity, time, progname, msg) super(severity, msg.time, progname, msg.message) end