firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.58k stars 1.46k forks source link

[MLModelDownloader] Use `FirebaseLogger` instead of `GULLoggerWrapper` #13160

Closed andrewheard closed 3 months ago

andrewheard commented 3 months ago

Migrate from GULLoggerWrapper from GoogleUtilities to FirebaseLogger from FirebaseCoreExtension. After this change, FirebaseCoreExtension is the only target in the repo depending directly on GULLogger.

Note: FirebaseLogger still uses the ASL-based implementation of GULLogger. Migration to OSLog won't happen until Firebase 11.

no-changelog