You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/05/01 09:15:39 UTC

[1/3] logging-log4j2 git commit: Site: link to Log4j 1 End of Life announcement

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 79777a732 -> ff8aedea0


Site: link to Log4j 1 End of Life announcement


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

Branch: refs/heads/master
Commit: 29fdfdf732f36dd4ab3c1d28fdccecfcdb36dee4
Parents: 79777a7
Author: rpopma <rp...@apache.org>
Authored: Sun May 1 15:02:04 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun May 1 15:02:04 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/index.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/29fdfdf7/src/site/xdoc/manual/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/index.xml b/src/site/xdoc/manual/index.xml
index fde0133..94d7e82 100644
--- a/src/site/xdoc/manual/index.xml
+++ b/src/site/xdoc/manual/index.xml
@@ -83,7 +83,10 @@
           Log4j 1.x has been widely adopted and used in many applications. However,
           through the years development on it has slowed down. It has become more
           difficult to maintain due to its need to be compliant with very old versions
-          of Java.  Its alternative, SLF4J/Logback made many needed improvements to the
+          of Java and became
+          <a href="https://blogs.apache.org/foundation/entry/apache_logging_services_project_announces">End
+            of Life</a> in August 2015.
+          Its alternative, SLF4J/Logback made many needed improvements to the
           framework. So why bother with Log4j 2? Here are a few of the reasons.
           </p>
           <ol>
@@ -136,7 +139,7 @@
             <li>It is an Apache Software Foundation project following the community and support
               model used by all ASF projects. If you want to contribute or gain the right to
               commit changes just follow the path outlined at
-              <a href="http://jakarta.apache.org/site/contributing.html">Contributing</a></li>
+              <a href="http://jakarta.apache.org/site/contributing.html">Contributing</a>.</li>
           </ol>
         </subsection>
       </section>


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

Posted by rp...@apache.org.
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/master
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>,


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

Posted by rp...@apache.org.
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/master
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">