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

com.github.seahuang.log.Level Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.seahuang.log;

/**
 * 内部日志级别。OFF是个特殊级别,指不输出任何日志。
 * Internal log levels, among which OFF is special,
 *  for that in this level no log will be printed 
 */
public enum Level {
	OFF, 
	TRACE, 
	DEBUG, 
	INFO, 
	WARN, 
	ERROR;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy