Class JGroupsLoggerFactory

java.lang.Object
de.xima.fc.cluster.impl.jgroup.log.JGroupsLoggerFactory
All Implemented Interfaces:
org.jgroups.logging.CustomLogFactory

public class JGroupsLoggerFactory extends Object implements org.jgroups.logging.CustomLogFactory
Implementation of a CustomLogFactory that creates sl4j loggers.
Since:
3.1.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • JGroupsLoggerFactory

      public JGroupsLoggerFactory()
  • Method Details

    • getLog

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

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