class Aws::Plugins::Logging::Handler
def log(config, response)
-
(void)
-
Parameters:
-
response
(Response
) -- -
config
(Configuration
) --
def log(config, response) config.logger.send(config.log_level, format(config, response)) end