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

jvmMain.kr.jadekim.logger.pipeline.StdOutPrinterJvm.kt Maven / Gradle / Ivy

There is a newer version: 2.0.10
Show newest version
package kr.jadekim.logger.pipeline

internal actual fun eprintln(text: String) {
    System.err.println(text)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy