Liferay 6.2-ce-ga5

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
           
 class SanitizerLogWrapper
           
 

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

Methods in com.liferay.portal.kernel.log with parameters of type Log
static Log SanitizerLogWrapper.allowCRLF(Log log)
           
static void LogUtil.debug(Log log, Properties props)
           
static void LogUtil.log(Log log, Throwable throwable)
           
static void LogUtil.log(Log log, Throwable throwable, String message)
           
 void LogWrapper.setLog(Log log)
           
 

Constructors in com.liferay.portal.kernel.log with parameters of type Log
LogWrapper(Log log)
           
SanitizerLogWrapper(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.2-ce-ga5