async-http-client
async-http-client copied to clipboard
Make Task.logger accessible to delegate implementations outside of Package
Motivation:
This change was proposed in issue #389.
Users writing their own HttpClientResponseDelegate
implementation
might want to emit log messages to the task
's logger
.
Modifications:
Changed the access level of Task
's logger
property from internal
to public
.
Result:
Users can access the logger
property of a Task
outside of the
async-http-client
Package.
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@swift-server-bot add to allowlist
@swift-server-bot test this please
@swift-server-bot test this please
@felixschlegel thanks a lot for the patch! sorry for the delay.
thanks a lot for the patch! sorry for the delay.
No problem 😄 Thanks for merging!