Parent

Methods

Class/Module Index [+]

Quicksearch

Celluloid::IncidentReporter::Formatter

get the time from the event

Public Instance Methods

call(severity, time, progname, msg) click to toggle source
# File lib/celluloid/logging/incident_reporter.rb, line 10
def call(severity, time, progname, msg)
  super(severity, msg.time, progname, msg.message)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.