class Seahorse::Client::Plugins::Logging
@api private
Public Instance Methods
Source
# File lib/seahorse/client/plugins/logging.rb, line 28 def add_handlers(handlers, config) if config.logger handlers.add(Client::Logging::Handler, step: :validate) end end