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

com.eshore.tools.DefaultLoggerProvider Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.eshore.tools;

public class DefaultLoggerProvider implements LogProvider {

	@Override
	public Log getLogger(Class clazz) {
		// TODO Auto-generated method stub
		return new DefaultLogger(clazz);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy