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

io.irain.reactor.logging.appender.Appender Maven / Gradle / Ivy

The newest version!
package io.irain.reactor.logging.appender;

/**
 * Appender 枚举
 *
 * @author youta
 */
public enum Appender {

	/**
	 * 控制台
	 */
	CONSOLE,
	/**
	 * 文件
	 */
	FILE,
	/**
	 * json 文件
	 */
	FILE_JSON,
	/**
	 * logstash
	 */
	LOG_STASH,
	/**
	 * loki
	 */
	LOKI;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy