Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.log.Log

Packages that use Log
com.liferay.portal.kernel.log   
com.liferay.portal.kernel.servlet   
com.liferay.util.axis   
com.liferay.util.bridges.alloy   
com.liferay.util.sl4fj   
 

Uses of Log in com.liferay.portal.kernel.log
 

Classes in com.liferay.portal.kernel.log that implement Log
 class Jdk14LogImpl
           
 class LogWrapper
           
 

Methods in com.liferay.portal.kernel.log that return Log
 Log Jdk14LogFactoryImpl.getLog(Class<?> c)
           
 Log LogFactory.getLog(Class<?> c)
           
static Log LogFactoryUtil.getLog(Class<?> c)
           
 Log Jdk14LogFactoryImpl.getLog(String name)
           
 Log LogFactory.getLog(String name)
           
static Log LogFactoryUtil.getLog(String name)
           
 

Methods in com.liferay.portal.kernel.log with parameters of type Log
static void LogUtil.debug(Log log, Properties props)
           
static void LogUtil.log(Log log, javax.servlet.jsp.JspException jspe)
           
static void LogUtil.log(Log log, javax.servlet.ServletException se)
           
static void LogUtil.log(Log log, Throwable t)
           
 void LogWrapper.setLog(Log log)
           
 

Constructors in com.liferay.portal.kernel.log with parameters of type Log
LogWrapper(Log log)
           
 

Uses of Log in com.liferay.portal.kernel.servlet
 

Methods in com.liferay.portal.kernel.servlet that return Log
protected abstract  Log BaseFilter.getLog()
           
 

Uses of Log in com.liferay.util.axis
 

Methods in com.liferay.util.axis that return Log
protected  Log AxisCleanUpFilter.getLog()
           
 

Uses of Log in com.liferay.util.bridges.alloy
 

Fields in com.liferay.util.bridges.alloy declared as Log
protected static Log BaseAlloyControllerImpl.log
           
 

Uses of Log in com.liferay.util.sl4fj
 

Constructors in com.liferay.util.sl4fj with parameters of type Log
LiferayLoggerAdapter(Log log)
           
 


Liferay 6.1.2-ce-ga3