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

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

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

import ch.qos.logback.classic.LoggerContext;

/**
 * logging Appender 抽象
 *
 * @author youta
 */
public interface ILoggingAppender {

	/**
	 * 启动
	 *
	 * @param context LoggerContext
	 */
	void start(LoggerContext context);

	/**
	 * 重置
	 *
	 * @param context LoggerContext
	 */
	void reset(LoggerContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy