org.infinispan.util.logging
Class LogFactory

java.lang.Object
  extended by org.infinispan.util.logging.LogFactory

public class LogFactory
extends Object

Factory that creates Log instances.

Since:
4.0
Author:
Manik Surtani

Field Summary
static boolean IS_LOG4J_AVAILABLE
           
 
Constructor Summary
LogFactory()
           
 
Method Summary
static Log getLog(Class clazz)
           
static
<T> T
getLog(Class clazz, Class<T> logClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_LOG4J_AVAILABLE

public static final boolean IS_LOG4J_AVAILABLE
Constructor Detail

LogFactory

public LogFactory()
Method Detail

getLog

public static Log getLog(Class clazz)

getLog

public static <T> T getLog(Class clazz,
                           Class<T> logClass)

-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.