func applicationDidEnterBackground()

in PoC/iOS/Bluetooth Tracing PoC/Sources/AppDelegate.swift [56:58]


    func applicationDidEnterBackground(_ application: UIApplication) {
        Logger.shared.logMessage("A did enter background\n")
    }