Uses of Class
com.opensymphony.xwork2.util.logging.LoggerFactory

Packages that use LoggerFactory
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.util.logging   
com.opensymphony.xwork2.util.logging.commons   
com.opensymphony.xwork2.util.logging.jdk   
com.opensymphony.xwork2.util.logging.log4j2   
com.opensymphony.xwork2.util.logging.slf4j   
 

Uses of LoggerFactory in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 with parameters of type LoggerFactory
 void XWork.setLoggerFactory(LoggerFactory factory)
           
 

Uses of LoggerFactory in com.opensymphony.xwork2.util.logging
 

Methods in com.opensymphony.xwork2.util.logging that return LoggerFactory
protected static LoggerFactory LoggerFactory.getLoggerFactory()
           
 

Methods in com.opensymphony.xwork2.util.logging with parameters of type LoggerFactory
static void LoggerFactory.setLoggerFactory(LoggerFactory factory)
           
 

Uses of LoggerFactory in com.opensymphony.xwork2.util.logging.commons
 

Subclasses of LoggerFactory in com.opensymphony.xwork2.util.logging.commons
 class CommonsLoggerFactory
          Creates commons-logging-backed loggers
 

Uses of LoggerFactory in com.opensymphony.xwork2.util.logging.jdk
 

Subclasses of LoggerFactory in com.opensymphony.xwork2.util.logging.jdk
 class JdkLoggerFactory
          Creates jdk loggers
 

Uses of LoggerFactory in com.opensymphony.xwork2.util.logging.log4j2
 

Subclasses of LoggerFactory in com.opensymphony.xwork2.util.logging.log4j2
 class Log4j2LoggerFactory
          Creates log4j2-logging-backed loggers You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:
 

Uses of LoggerFactory in com.opensymphony.xwork2.util.logging.slf4j
 

Subclasses of LoggerFactory in com.opensymphony.xwork2.util.logging.slf4j
 class Slf4jLoggerFactory
          Creates slf4j-logging-backed loggers You can use the same to explicit tell the framework which implementation to use and don't depend on class discovery:
 



Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.