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

org.kuali.common.util.log4j.Log4JService Maven / Gradle / Ivy

package org.kuali.common.util.log4j;

import java.io.File;
import java.util.Properties;

import org.kuali.common.util.log4j.model.Log4JContext;
import org.w3c.dom.Element;

/**
 * @deprecated
 */
@Deprecated
public interface Log4JService {

	void reset();

	void configure(Log4JContext context);

	String toXml(Log4JContext context);

	void store(File file, Log4JContext context);

	void configure(Properties properties);

	void configure(Element element);

	void configure(String location);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy