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

org.jgroups.logging.CustomLogFactory Maven / Gradle / Ivy

There is a newer version: 5.3.13.Final
Show newest version
package org.jgroups.logging;

/**
 * An extension interface allowing to plug in a custom log provider.
 */
public interface CustomLogFactory {

    Log getLog(Class clazz);

    Log getLog(String category);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy