AppenderAdapter |
Binds a Log4j 1.x Appender to Log4j 2.
|
AppenderWrapper |
Holds a Log4j 2 Appender in an empty Log4j 1 Appender so it can be extracted when constructing the configuration.
|
ErrorHandlerAdapter |
Makes a Log4j 1 ErrorHandler usable by a Log4j 2 Appender.
|
FilterAdapter |
Binds a Log4j 1.x Filter with Log4j 2.
|
FilterWrapper |
This acts as a container for Log4j 2 Filters to be attached to Log4j 1 components.
|
LayoutAdapter |
Class Description goes here.
|
LayoutWrapper |
Bridge between the Log4j 1 Layout and a Log4j 2 Layout.
|
LogEventAdapter |
Converts a Log4j 2 LogEvent into the components needed by a Log4j 1.x LoggingEvent.
|
LogEventWrapper |
Exposes a Log4j 1 logging event as a Log4j 2 LogEvent.
|
RewritePolicyAdapter |
Binds a Log4j 1.x RewritePolicy to Log4j 2.
|
RewritePolicyWrapper |
Binds a Log4j 2 RewritePolicy to Log4j 1.
|