org.elasticsearch.discovery.jgroups
Class JgroupsCustomLogFactory

java.lang.Object
  extended by org.elasticsearch.discovery.jgroups.JgroupsCustomLogFactory
All Implemented Interfaces:
org.jgroups.logging.CustomLogFactory

public class JgroupsCustomLogFactory
extends java.lang.Object
implements org.jgroups.logging.CustomLogFactory


Constructor Summary
JgroupsCustomLogFactory()
           
 
Method Summary
 org.jgroups.logging.Log getLog(java.lang.Class clazz)
           
 org.jgroups.logging.Log getLog(java.lang.String category)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JgroupsCustomLogFactory

public JgroupsCustomLogFactory()
Method Detail

getLog

public org.jgroups.logging.Log getLog(java.lang.Class clazz)
Specified by:
getLog in interface org.jgroups.logging.CustomLogFactory

getLog

public org.jgroups.logging.Log getLog(java.lang.String category)
Specified by:
getLog in interface org.jgroups.logging.CustomLogFactory