ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Make `InternalARTLogHandler` directly use an `InternalLogHandler` instance #599

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

We don’t need the generality of the callback. I want to reuse this class in the tests; the more code we can reuse, the better.