Uses of Class
org.apache.logging.log4j.spi.ExtendedLoggerWrapper
-
Packages that use ExtendedLoggerWrapper Package Description org.apache.logging.log4j.jul org.apache.logging.log4j.taglib Classes (JSP tags) to enable logging in JSPs without using Java scripting. -
-
Uses of ExtendedLoggerWrapper in org.apache.logging.log4j.jul
Subclasses of ExtendedLoggerWrapper in org.apache.logging.log4j.jul Modifier and Type Class Description (package private) class
WrappedLogger
Wrapper class to ensure proper FQCN support in Logger calls. -
Uses of ExtendedLoggerWrapper in org.apache.logging.log4j.taglib
Subclasses of ExtendedLoggerWrapper in org.apache.logging.log4j.taglib Modifier and Type Class Description (package private) class
Log4jTaglibLogger
The bridge between the tag library and the Log4j API ensures that the source information for log events is the JSP Servlet and not one of the taglib classes.
-