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:25 UTC

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

LOG4J2-1297 added paragraph on Garbage-free logging with link to manual top 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/ff8aedea
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ff8aedea
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ff8aedea

Branch: refs/heads/LOG4J-1181
Commit: ff8aedea04b5973401f5c981ccb31c0260e11807
Parents: 3245e6c
Author: rpopma <rp...@apache.org>
Authored: Sun May 1 15:22:54 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun May 1 15:22:54 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ff8aedea/src/site/xdoc/manual/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/index.xml b/src/site/xdoc/manual/index.xml
index 94d7e82..ecc522d 100644
--- a/src/site/xdoc/manual/index.xml
+++ b/src/site/xdoc/manual/index.xml
@@ -99,6 +99,9 @@
               on the <a href="https://lmax-exchange.github.io/disruptor/">LMAX Disruptor library</a>.
               In multi-threaded scenarios Asynchronous Loggers have 10 times higher throughput and
               orders of magnitude lower latency than Log4j 1.x and Logback.</li>
+            <li>Log4j 2 is <a href="garbagefree.html">garbage free</a> for
+              stand-alone applications, and low garbage for web applications during steady state logging.
+              This reduces pressure on the garbage collector and can give better response time performance.</li>
             <li>Log4j 2 uses a <a href="plugins.html">Plugin system</a> that makes it extremely easy to
               <a href="extending.html">extend the framework</a> by adding new <a href="appenders.html">Appenders</a>,
               <a href="filters.html">Filters</a>, <a href="layouts.html">Layouts</a>, <a href="lookups.html">Lookups</a>,