Liferay 6.0.5

com.liferay.portal.log
Class Log4jLogFactoryImpl

java.lang.Object
  extended by com.liferay.portal.log.Log4jLogFactoryImpl
All Implemented Interfaces:
LogFactory

public class Log4jLogFactoryImpl
extends Object
implements LogFactory


Constructor Summary
Log4jLogFactoryImpl()
           
 
Method Summary
 Log getLog(Class<?> c)
           
 Log getLog(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLogFactoryImpl

public Log4jLogFactoryImpl()
Method Detail

getLog

public Log getLog(Class<?> c)
Specified by:
getLog in interface LogFactory

getLog

public Log getLog(String name)
Specified by:
getLog in interface LogFactory

Liferay 6.0.5