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

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

package com.sceyt.chatuikit.logger

enum class Priority(
        val level: Int
) {
    Verbose(1),
    Debug(2),
    Info(3),
    Warning(4),
    Error(5),
    Assert(6)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy