commonMain.com.arkivanov.mvikotlin.utils.internal.Logs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-internal-js Show documentation
Show all versions of utils-internal-js Show documentation
Kotlin Multiplatform MVI framework
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