What we can do is add LogType.custom that pull closure from a variable where we can adhock Crashalytics if level == .warn || level == .error { Crashlytics.crashlytics().record(error: error) } see: https://blog.logrocket.com/logging-and-remote-error-reporting-in-mobile-apps/ ✅
What we can do is add
LogType.customthat pull closure from a variable where we can adhock Crashalyticsif level == .warn || level == .error { Crashlytics.crashlytics().record(error: error) }see: https://blog.logrocket.com/logging-and-remote-error-reporting-in-mobile-apps/ ✅