Commit 817d9aa
authored
Make Task.logger accessible to delegate implementations outside of Package (#587)
Motivation:
This change was proposed in issue
[#389](#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`.1 parent 5daaa38 commit 817d9aa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
| 701 | + | |
700 | 702 | | |
701 | 703 | | |
702 | | - | |
703 | 704 | | |
704 | 705 | | |
705 | 706 | | |
| |||
0 commit comments