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: 0.8.0
Show newest version
package dev.bluefalcon

import android.util.Log

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy