Liferay 6.2-ce-ga5

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)
           
 void setLevel(String name, String priority, boolean custom)
           
 
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

setLevel

public void setLevel(String name,
                     String priority,
                     boolean custom)
Specified by:
setLevel in interface LogFactory

Liferay 6.2-ce-ga5