Class: Itamae::Handler::Debug
Instance Attribute Summary
Attributes inherited from Base
#actions, #recipes, #resources
Instance Method Summary collapse
Methods inherited from Base
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 |