class Seahorse::Client::Plugins::Logging
@api private
Public Instance Methods
add_handlers(handlers, config)
click to toggle 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