In Files

Parent

Methods

CASClient::Logger::Formatter

Constants

Format

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.