Method: Magpie::Utils#log_notify

Defined in:
lib/magpie/utils.rb

#log_notify(method, notify_url, notify_params, notify_res) ⇒ Object



76
77
78
# File 'lib/magpie/utils.rb', line 76

def log_notify(method, notify_url, notify_params, notify_res)
  Magpie.logger.info(FORMAT_NOTIFY % [method, notify_url, Time.now.strftime("%d/%b/%Y %H:%M:%S"), notify_params.inspect, notify_res])
end