class Itamae::Handler::Debug

Public Instance Methods

event(type, payload = {}) click to toggle source
Calls superclass method Itamae::Handler::Base#event
# File lib/itamae/handler/debug.rb, line 4
def event(type, payload = {})
  super
  Itamae.logger.info("EVENT:#{type} #{payload}")
end