Liferay 6.2-ce-ga5

com.liferay.portal.kernel.log
Interface LogFactory

All Known Implementing Classes:
Jdk14LogFactoryImpl, Log4jLogFactoryImpl

public interface LogFactory


Method Summary
 Log getLog(Class<?> c)
           
 Log getLog(String name)
           
 void setLevel(String name, String priority, boolean custom)
           
 

Method Detail

getLog

Log getLog(Class<?> c)

getLog

Log getLog(String name)

setLevel

void setLevel(String name,
              String priority,
              boolean custom)

Liferay 6.2-ce-ga5