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

jvmMain.com.giancarlobuenaflor.kflogger.parser.KPrintfMessageParser.jvm.kt Maven / Gradle / Ivy

package com.giancarlobuenaflor.kflogger.parser

// Suppress errors:
// protected Java visibility - does not match Kotlin protected visibility
// default Java visibility - no direct equivalent in Kotlin -> internal is used instead
@Suppress("NO_ACTUAL_CLASS_MEMBER_FOR_EXPECTED_CLASS")
public actual typealias KPrintfMessageParser = PrintfMessageParser




© 2015 - 2025 Weber Informatics LLC | Privacy Policy