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

nl.nn.testtool.util.LoggerProvider Maven / Gradle / Ivy

package nl.nn.testtool.util;

import org.apache.log4j.Logger;

/**
 * @author Jaco de Groot
 */
public interface LoggerProvider {

	public Logger getLogger(String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy