org.infinispan.logging
Class LogFactory

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

public class LogFactory
extends Object

Factory that creates Log instances.

Since:
4.0
Author:
Manik Surtani

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

Constructor Detail

LogFactory

public LogFactory()
Method Detail

getLog

public static Log getLog(Class clazz)

getLog

public static Log getLog(String category)


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