Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
XWork.setLoggerFactory(LoggerFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected static LoggerFactory |
LoggerFactory.getLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
LoggerFactory.setLoggerFactory(LoggerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLoggerFactory
Creates commons-logging-backed loggers
|
Modifier and Type | Class and Description |
---|---|
class |
JdkLoggerFactory
Creates jdk loggers
|
Modifier and Type | Class and Description |
---|---|
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:
|
Modifier and Type | Class and Description |
---|---|
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-2015 Apache Software Foundation. All Rights Reserved.