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/11/20 17:17:56 UTC

logging-log4j2 git commit: LOG4J2-1716 small manual page fixes

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 5e53446a2 -> 5e2a80795


LOG4J2-1716 small manual page fixes


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

Branch: refs/heads/master
Commit: 5e2a80795deae5023d910a85e5c08578de0603b7
Parents: 5e53446
Author: rpopma <rp...@apache.org>
Authored: Mon Nov 21 02:17:48 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Mon Nov 21 02:17:48 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5e2a8079/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml b/src/site/xdoc/manual/garbagefree.xml
index 97575ba..3e6fefa 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -168,7 +168,7 @@
           <li>CompositeFilter (adding and removing element filters creates temporary objects for thread safety)</li>
           <li>DynamicThresholdFilter</li>
           <li>LevelRangeFilter (garbage free since 2.8)</li>
-          <li>MapFilter (garbage free since 2.8, but logging a MapMessage still allocates)</li>
+          <li>MapFilter (garbage free since 2.8)</li>
           <li>MarkerFilter (garbage free since 2.8)</li>
           <li>StructuredDataFilter (garbage free since 2.8)</li>
           <li>ThreadContextMapFilter (garbage free since 2.8)</li>
@@ -271,8 +271,7 @@
               </td>
               <td>Outputs the entries in a
                 <a class="javadoc" href="../log4j-api/apidocs/org/apache/logging/log4j/message/MapMessage.html">MapMessage</a>,
-                if one is present in the event  - since 2.8.
-                (Note that constructing a <tt>MapMessage</tt> is not garbage free.)</td>
+                if one is present in the event  - since 2.8.</td>
             </tr>
             <tr>
               <td>%m, %msg, %message</td>