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

commonMain.org.hisp.dhis.rules.Logger.kt Maven / Gradle / Ivy

package org.hisp.dhis.rules

data class Logger(val severe: (String) -> Unit, val fine: (String) -> Unit)

expect fun createLogger(className: String): Logger




© 2015 - 2024 Weber Informatics LLC | Privacy Policy