github.com/aws/smithy-go/logging.Logger.Logf (method)

15 uses

	github.com/aws/smithy-go/logging (current package)
		logger.go#L21: 	Logf(classification Classification, format string, v ...interface{})

	github.com/aws/smithy-go/transport/http
		middleware_close_response_body.go#L69: 			middleware.GetLogger(ctx).Logf(logging.Warn, "failed to discard remaining HTTP response body, this may affect connection reuse")
		middleware_close_response_body.go#L74: 			middleware.GetLogger(ctx).Logf(logging.Warn, "failed to close HTTP response body, this may affect connection reuse")
		middleware_http_logging.go#L47: 		logger.Logf(logging.Debug, "Request\n%v", string(reqBytes))
		middleware_http_logging.go#L71: 		logger.Logf(logging.Debug, "Response\n%v", string(respBytes))

	github.com/aws/smithy-go/waiter
		logger.go#L28: 	logger.Logf(logging.Debug, fmt.Sprintf("attempting waiter request, attempt count: %d", m.Attempt))

	github.com/aws/aws-sdk-go-v2/aws/middleware
		middleware.go#L73: 			logger.Logf(logging.Warn, "failed to parse response Date header value, got %v",

	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
		decode.go#L99: 	defer func() { logger.Logf(logging.Debug, w.String()) }()
		encode.go#L98: 	defer func() { logger.Logf(logging.Debug, w.String()) }()

	github.com/aws/aws-sdk-go-v2/aws/retry
		middleware.go#L61: 	logger.Logf(classification, format, v...)

	github.com/aws/aws-sdk-go-v2/aws/signer/v4
		v4.go#L529: 	logger.Logf(logging.Debug, logSignInfoMsg, request.CanonicalString, request.StringToSign, signedURLMsg)

	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
		endpoints.go#L244: 		options.Logger.Logf(logging.Warn, "endpoint identifier %q, url %q marked as deprecated", region, u)

	github.com/aws/aws-sdk-go-v2/internal/v4a
		v4a.go#L511: 	logger.Logf(logging.Debug, logSignInfoMsg, r.CanonicalString, r.StringToSign, signedURLMsg)

	github.com/aws/aws-sdk-go-v2/service/internal/checksum
		middleware_validate_output.go#L102: 			logger.Logf(logging.Warn,
		middleware_validate_output.go#L113: 			logger.Logf(logging.Warn, "Skipped validation of multipart checksum.")