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

jsMain.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

actual fun logV(text: String) {
    console.log(text.withLogTag())
}

actual fun logE(text: String) {
    console.error(text.withLogTag())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy