class Aws::Plugins::Logging::Handler

def format(config, response)

Returns:
  • (String) -

Parameters:
  • response (Response) --
  • config (Configuration) --
def format(config, response)
  config.log_formatter.format(response)
end