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

commonMain.com.arkivanov.mvikotlin.utils.internal.Logs.kt Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.arkivanov.mvikotlin.utils.internal

internal const val LOG_TAG = "MVIKotlin"

expect fun logV(text: String)

expect fun logE(text: String)

internal fun String.withLogTag(): String = "[$LOG_TAG]: $this"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy