Log4j 2 Tag Library
Tag exit
Equivalent of org.apache.logging.log4j.Logger#exit().
Example:
<log:exit />
<log:exit logger="com.foo.bar" />
<log:exit result="${value}" />
<log:exit logger="${myLogger}" result="${value}" />
Tag Information |
Tag Class | org.apache.logging.log4j.taglib.ExitTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
logger | false | true | java.lang.Object | The name or instance of the Logger to use to override the default Logger
for this JSP. |
result | false | true | java.lang.Object | An optional object to log with the exit (TRACE) statement. |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.