diff --git a/ios/Plugin/AppsFlyerPlugin.swift b/ios/Plugin/AppsFlyerPlugin.swift index a58485a..a4d93cb 100644 --- a/ios/Plugin/AppsFlyerPlugin.swift +++ b/ios/Plugin/AppsFlyerPlugin.swift @@ -950,8 +950,8 @@ extension AppsFlyerPlugin : DeepLinkDelegate{ } -extension AppsFlyerPlugin{ - private func afLogger(msg : String){ - NSLog ("AppsFlyer [Debug][Capacitor]: \(msg)"); +extension AppsFlyerPlugin { + private func afLogger(msg: String) { + CAPLog.print("⚡️ ", self.pluginId, "-", msg) } }