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

commons.box.app.AppLogFactory Maven / Gradle / Ivy

The newest version!
package commons.box.app;


/**
 * 日志工厂
 */
public interface AppLogFactory extends Priority {

    /**
     * 获取日志
     *
     * @param name
     * @return
     */
    public AppLog get(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy