Parent

Methods

Picnic::Logger::Formatter

Custom log formatter used by the Picnic Logger.

Constants

Format

Public Instance Methods

call(severity, time, progname, msg) click to toggle source
# File lib/picnic/logger.rb, line 35
def call(severity, time, progname, msg)
  Format % [format_datetime(time), $$, severity, progname,
    msg2str(msg)]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.