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

androidMain.dev.bluefalcon.Log.kt Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package dev.bluefalcon

import android.util.Log

actual fun log(message: String) {
    Log.i("BlueFalcon", message)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy