Class LogFactory

java.lang.Object
org.jboss.as.clustering.jgroups.LogFactory
All Implemented Interfaces:
org.jgroups.logging.CustomLogFactory

public class LogFactory extends Object implements org.jgroups.logging.CustomLogFactory
Temporary workaround for JGRP-1475.
Author:
Paul Ferraro
  • Constructor Details

    • LogFactory

      public LogFactory()
  • 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