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

commonMain.com.paoapps.fifi.log.AppLogger.kt Maven / Gradle / Ivy

Go to download

Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.

There is a newer version: 0.0.31
Show newest version
package com.paoapps.fifi.log

expect fun error(message: String, error: Throwable? = null, vararg args: String)
expect fun warn(message: String, error: Throwable? = null, vararg args: String = emptyArray())
expect fun debug(message: String, vararg args: String = emptyArray())
expect fun info(message: String, vararg args: String = emptyArray())




© 2015 - 2025 Weber Informatics LLC | Privacy Policy