Uses of Package
org.apache.logging.log4j.taglib
Packages that use org.apache.logging.log4j.taglib
Package
Description
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.taglibClassDescriptionImplements common methods for all logging tags that accept exceptions.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.This bridge between the tag library and the Log4j API ensures that instances of
Log4jTaglibLogger
are appropriately held in memory and not constantly recreated.An abstract class for all tags that are logger-aware.Implements common methods for logging tags that accept messages and markers.