Class 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 Detail

      • JGroupsLoggerFactory

        public JGroupsLoggerFactory()
    • Method Detail

      • 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