Liferay 6.2-ce-ga5

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

Packages that use LogFactory
com.liferay.portal.kernel.log   
com.liferay.util.log4j   
 

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

Classes in com.liferay.portal.kernel.log that implement LogFactory
 class Jdk14LogFactoryImpl
           
 

Methods in com.liferay.portal.kernel.log that return LogFactory
static LogFactory LogFactoryUtil.getLogFactory()
           
 

Methods in com.liferay.portal.kernel.log with parameters of type LogFactory
static void LogFactoryUtil.setLogFactory(LogFactory logFactory)
           
 

Uses of LogFactory in com.liferay.util.log4j
 

Methods in com.liferay.util.log4j with parameters of type LogFactory
static void Log4JUtil.initLog4J(String serverId, String liferayHome, ClassLoader classLoader, LogFactory logFactory, Map<String,String> customLogSettings)
           
 


Liferay 6.2-ce-ga5