All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iosMain.io.bidapp.core.Log.ios.kt Maven / Gradle / Ivy

package io.bidapp.core


import platform.Foundation.NSLog

public actual fun log(message: String) {
    if (BIDLog.logEnabled){
        NSLog("bidappMP - $message")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy