Class: Itamae::Handler::Debug

Inherits:
Base
  • Object
show all
Defined in:
lib/itamae/handler/debug.rb

Instance Attribute Summary

Attributes inherited from Base

#actions, #recipes, #resources

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Itamae::Handler::Base

Instance Method Details

#event(type, payload = {}) ⇒ Object



4
5
6
7
# File 'lib/itamae/handler/debug.rb', line 4

def event(type, payload = {})
  super
  Itamae.logger.info("EVENT:#{type} #{payload}")
end