com.liferay.portal.kernel.log
Class Jdk14LogFactoryImpl

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

public class Jdk14LogFactoryImpl
extends java.lang.Object
implements LogFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
Jdk14LogFactoryImpl()
           
 
Method Summary
 Log getLog(java.lang.Class<?> c)
           
 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

Jdk14LogFactoryImpl

public Jdk14LogFactoryImpl()
Method Detail

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