class Aws::Plugins::Logging::Handler

def log(config, response)

Returns:
  • (void) -

Parameters:
  • response (Response) --
  • config (Configuration) --
def log(config, response)
  config.logger.send(config.log_level, format(config, response))
end