ably / ably-asset-tracking-swift

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

Publisher example: Use ISO 8601 (with fractional seconds) timestamp in logs #490

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

I want to be able to easily parse the logs for analysis (hence ISO 8601), and I want to have fractional second accuracy (it currently only logs in seconds).

Picked the log handler library from the list given on the swift-log repo README; seemed like a simple one to use.