Class: IPay::Log

Inherits:
Logger
  • Object
show all
Defined in:
lib/ipay/log.rb

Instance Method Summary collapse

Instance Method Details

#format_message(severity, timestamp, progname, msg) ⇒ Object



4
5
6
# File 'lib/ipay/log.rb', line 4

def format_message(severity, timestamp, progname, msg)
  "#{timestamp} #{severity} -- #{msg}\n" 
end