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?)
}
package com.sceyt.chatuikit.logger
fun interface SceytLogger {
fun log(priority: Priority, tag: String?, message: String?, throwable: Throwable?)
}