com.liferay.portal.log
Class CommonsLogFactoryImpl

java.lang.Object
  extended bycom.liferay.portal.log.CommonsLogFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.log.LogFactory

public class CommonsLogFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.log.LogFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
CommonsLogFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.log.Log getLog(java.lang.Class c)
           
 com.liferay.portal.kernel.log.Log getLog(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsLogFactoryImpl

public CommonsLogFactoryImpl()
Method Detail

getLog

public com.liferay.portal.kernel.log.Log getLog(java.lang.Class c)
Specified by:
getLog in interface com.liferay.portal.kernel.log.LogFactory

getLog

public com.liferay.portal.kernel.log.Log getLog(java.lang.String name)
Specified by:
getLog in interface com.liferay.portal.kernel.log.LogFactory