Liferay 6.2-ce-ga5

com.liferay.portal.log
Class Log4jLogFactoryImpl

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

public class Log4jLogFactoryImpl
extends Object
implements LogFactory


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

Log4jLogFactoryImpl

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