SwiftSDK
SwiftSDK copied to clipboard
LogHandler Initialiser Not Public
It's not actually possible (from what I can tell) to override the LogHandler implementation as there's no public initialiser.
I want to replace it with an OS Logger implementation to get the benefit of Xcode 15's colour output.
Logger(subsystem: Bundle.main.bundleIdentifier!, category: "TelemetryDeck")
Ooh smart, I love it! Wanna make a PR?
Sorry for delay, opened PR.
Can this be merged @winsmith ? Right now it's not possible to change the loglevel