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

main.com.sceyt.chatuikit.logger.SceytLogger.kt Maven / Gradle / Ivy

package com.sceyt.chatuikit.logger

fun interface SceytLogger {
    fun log(priority: Priority, tag: String?, message: String?, throwable: Throwable?)
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy