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

main.com.catchpig.utils.enums.LEVEL.kt Maven / Gradle / Ivy

There is a newer version: 1.1.4
Show newest version
package com.catchpig.utils.enums

/**
 * 日志等级
 */
enum class LEVEL {
    V, D, I, W, E
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy