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

com.github.ltsopensource.core.constant.Level Maven / Gradle / Ivy

package com.github.ltsopensource.core.constant;

/**
 * 业务日志级别
 * @author Robert HG ([email protected]) on 3/27/15.
 */
public enum Level {

    DEBUG,
    INFO,
    WARN,
    ERROR,
    NO,     // 不记录

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy