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

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

package com.sceyt.chatuikit.logger

internal interface LogLevelValidator {
    fun isLoggable(priority: Priority): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy