Method: Aws::Plugins::Logging#add_handlers
- Defined in:
- lib/aws-sdk-core/plugins/logging.rb
#add_handlers(handlers, config) ⇒ Object
29 30 31 |
# File 'lib/aws-sdk-core/plugins/logging.rb', line 29 def add_handlers(handlers, config) handlers.add(Handler, step: :validate) if config.logger end |