Parent

Methods

DaemonKit::AbstractLogger::Formatter

Attributes

format[RW]

Public Instance Methods

call(severity, time, progname, msg) click to toggle source
# File lib/daemon_kit/abstract_logger.rb, line 230
def call(severity, time, progname, msg)
  self.class.format % [ format_time( time ), progname, $$, severity, msg.to_s ]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.