You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/05/06 14:43:24 UTC

[14/50] logging-log4j2 git commit: LOG4J2-1297 added paragraph on Garbage-free logging with link to home page

LOG4J2-1297 added paragraph on Garbage-free logging with link to home page


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3245e6ca
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3245e6ca
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3245e6ca

Branch: refs/heads/LOG4J-1181
Commit: 3245e6ca5351e0c900f32d4439727fc66324608d
Parents: 29fdfdf
Author: rpopma <rp...@apache.org>
Authored: Sun May 1 15:19:01 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun May 1 15:19:01 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/index.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3245e6ca/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index cd53d9e..50912cc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -101,6 +101,12 @@
               In Log4j 2, <a href="manual/customloglevels.html">custom log levels</a> can easily be defined in code
               or in configuration. No subclassing is required.
             </dd>
+            <dt>Garbage-free</dt>
+            <dd>
+              During steady state logging, Log4j 2 is <a href="manual/garbagefree.html">garbage-free</a>
+              in stand-alone applications, and low garbage in web applications.
+              This reduces pressure on the garbage collector and can give better response time performance.
+            </dd>
           </dl>
 
           <subsection name="Documentation">