Log4j 2 Tag Library
Tag dump


Displays all variables bound to the specified scope.

Example:
<log:dump scope="page" />
<log:dump scope="request" />
<log:dump scope="session" />
<log:dump scope="application" />
    


Tag Information
Tag Classorg.apache.logging.log4j.taglib.DumpTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
scopetruefalsejava.lang.StringEither "page," "request," "session," or "application," the scope whose bound variables should be dumped onto the page inline.

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.