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

com.seleniumtests.util.logging.ScenarioLoggerFactory Maven / Gradle / Ivy

There is a newer version: 4.23.18
Show newest version
package com.seleniumtests.util.logging;

import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggerFactory;

class ScenarioLoggerFactory implements LoggerFactory {

	ScenarioLoggerFactory() {
	}

	public Logger makeNewLoggerInstance(String name) {
		return new ScenarioLogger(name);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy