class Aws::Plugins::Logging
@see Log::Formatter
@api private
Public Instance Methods
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
@see Log::Formatter
@api private
# File lib/aws-sdk-core/plugins/logging.rb, line 33 def add_handlers(handlers, config) handlers.add(Handler, step: :validate) if config.logger end