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

space.yizhu.record.log.ILogFactory Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version


package space.yizhu.record.log;


public interface ILogFactory {

    Log getLog(Class clazz);

    Log getLog(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy