Package org.apache.logging.log4j.taglib
package org.apache.logging.log4j.taglib
Classes (JSP tags) to enable logging in JSPs without using Java scripting.
- Since:
- 2.0
-
ClassesClassDescriptionThis class implements the
<log:catching>
tag.This class implements the<log:debug>
tag.This class implements the<log:dump>
tag.This class implements the<log:entry>
tag.This class implements the<log:error>
tag.Implements common methods for all logging tags that accept exceptions.This class implements the<log:exit>
tag.This class implements the<log:fatal>
tag.This class implements the<log:ifEnabled>
tag.This class implements the<log:info>
tag.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 ofLog4jTaglibLogger
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.This class implements the<log:log>
tag.This class implements the<log:setLogger>
tag.Provides support for logging tags.This class implements the<log:trace>
tag.This class implements the<log:warn>
tag.