Package org.jgroups.logging
Interface CustomLogFactory
-
public interface CustomLogFactory
An extension interface allowing to plug in a custom log provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Log
getLog(java.lang.Class<?> clazz)
Log
getLog(java.lang.String category)
-