ably / ably-asset-tracking-swift

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

Create a library for parsing the logs from the SDK and example apps #511

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

Note: This PR is based on top of #509. Please review that one first.

This adds a new LogParser library in the Tools directory, which is able to parse the logs from the SDK and its example apps.

It’s intended to make it easy to write quick scripts for analysing the log output of the SDK.

See commit messages for more details.

Closes #510.