com.liferay.portal.kernel.log
Class LogFactoryWrapper

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

public class LogFactoryWrapper
extends java.lang.Object
implements LogFactory

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

LogFactoryWrapper

public LogFactoryWrapper(LogFactory logFactory)
Method Detail

setLogFactory

public void setLogFactory(LogFactory logFactory)

getLog

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

getLog

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