getsidetrack / swiftui-pipify

A SwiftUI component for launching custom picture-in-picture experiences
MIT License
155 stars 14 forks source link

Improved Diagnostics and Logging #5

Closed Sherlouk closed 2 years ago

Sherlouk commented 2 years ago

We need to ensure we're providing a suitable amount of structured logging in order to aide with debugging and implementation.

We should ensure that we're providing a good separation between warnings/errors and general information - perhaps with opt-ins through a log level.

We may consider using swift-log.