Index: src/site/xdoc/build.xml.vm =================================================================== --- src/site/xdoc/build.xml.vm (revision 1468520) +++ src/site/xdoc/build.xml.vm (working copy) @@ -127,6 +127,20 @@ ]]> +

Tag Library

+

The Log4j Log Tag Library creates the capability of inserting log statements in JSPs without + the use of Java scripting. It uses the standard Log4j 2 API to log messages according to + your Log4j configuration. +

+

+  
+    org.apache.logging.log4j
+    log4j-taglib
+    ${Log4jReleaseVersion}
+  
+
+]]>