Class: Kitchen::Terraform::DebugLogger
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Kitchen::Terraform::DebugLogger
- Defined in:
- lib/kitchen/terraform/debug_logger.rb
Overview
This class delegates to a logger but ensures the debug level is the default level used for logging messages.
Instance Method Summary collapse
-
#<<(message) ⇒ nil, true
This method overrides the #<< method of the delegate to call #debug.
Instance Method Details
#<<(message) ⇒ nil, true
This method overrides the #<< method of the delegate to call #debug.
28 29 30 |
# File 'lib/kitchen/terraform/debug_logger.rb', line 28 def <<() debug end |