Uses of Package
org.apache.logging.log4j.taglib
-
Packages that use org.apache.logging.log4j.taglib Package Description org.apache.logging.log4j.taglib Classes (JSP tags) to enable logging in JSPs without using Java scripting. -
Classes in org.apache.logging.log4j.taglib used by org.apache.logging.log4j.taglib Class Description ExceptionAwareTagSupport Implements common methods for all logging tags that accept exceptions.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.Log4jTaglibLoggerContext This bridge between the tag library and the Log4j API ensures that instances ofLog4jTaglibLogger
are appropriately held in memory and not constantly recreated.LoggerAwareTagSupport An abstract class for all tags that are logger-aware.LoggingMessageTagSupport Implements common methods for logging tags that accept messages and markers.