class Aws::Plugins::Logging
@see Log::Formatter
@api private
Public Instance Methods
add_handlers(handlers, config)
click to toggle source
# File lib/aws-sdk-core/plugins/logging.rb, line 33 def add_handlers(handlers, config) handlers.add(Handler, step: :validate) if config.logger end