Liferay 6.0.5

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 Object
implements LogFactory


Constructor Summary
Jdk14LogFactoryImpl()
           
 
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

Jdk14LogFactoryImpl

public Jdk14LogFactoryImpl()
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