Package org.apache.logging.log4j.taglib
Classes (JSP tags) to enable logging in JSPs without using Java scripting.
- Since:
- 2.0
-
Class Summary Class Description CatchingTag This class implements the<log:catching>
tag.DebugTag This class implements the<log:debug>
tag.DumpTag This class implements the<log:dump>
tag.EntryTag This class implements the<log:entry>
tag.ErrorTag This class implements the<log:error>
tag.ExceptionAwareTagSupport Implements common methods for all logging tags that accept exceptions.ExitTag This class implements the<log:exit>
tag.FatalTag This class implements the<log:fatal>
tag.IfEnabledTag This class implements the<log:ifEnabled>
tag.InfoTag This class implements the<log:info>
tag.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.LogTag This class implements the<log:log>
tag.SetLoggerTag This class implements the<log:setLogger>
tag.TagUtils Provides support for logging tags.TraceTag This class implements the<log:trace>
tag.WarnTag This class implements the<log:warn>
tag.