awslabs / aws-sdk-swift

Apache License 2.0
402 stars 80 forks source link

fix: Change logger params to @autoclosures #1827

Closed jbelkins closed 1 day ago

jbelkins commented 2 days ago

Description of changes

https://github.com/smithy-lang/smithy-swift/pull/865 adds @autoclosure to three logger params on the LogAgent protocol.

This PR updates a test logger to conform.

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.