Package org.apache.logging.log4j.taglib
Class WarnTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- org.apache.logging.log4j.taglib.LoggerAwareTagSupport
-
- org.apache.logging.log4j.taglib.ExceptionAwareTagSupport
-
- org.apache.logging.log4j.taglib.LoggingMessageTagSupport
-
- org.apache.logging.log4j.taglib.WarnTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.DynamicAttributes
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class WarnTag extends LoggingMessageTagSupport
This class implements the<log:warn>
tag.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description WarnTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Level
getLevel()
-
Methods inherited from class org.apache.logging.log4j.taglib.LoggingMessageTagSupport
doEndTag, doStartTag, getMarker, getMessage, init, setDynamicAttribute, setMarker, setMessage
-
Methods inherited from class org.apache.logging.log4j.taglib.ExceptionAwareTagSupport
getException, setException
-
Methods inherited from class org.apache.logging.log4j.taglib.LoggerAwareTagSupport
getLogger, release, setLogger, setPageContext
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValue
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLevel
protected Level getLevel()
- Specified by:
getLevel
in classLoggingMessageTagSupport
-
-