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/27 10:34:23 UTC

[1/2] logging-log4j2 git commit: LOG4J2-1270 update garbage-free manual page

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 286d8b380 -> f11a65253


LOG4J2-1270 update garbage-free manual 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/9dc376f5
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9dc376f5
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9dc376f5

Branch: refs/heads/master
Commit: 9dc376f59faacd00499cd8d4dbbb8aa1d9d67ab7
Parents: d73d857
Author: rpopma <rp...@apache.org>
Authored: Sun Nov 27 19:33:58 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Nov 27 19:33:58 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9dc376f5/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml b/src/site/xdoc/manual/garbagefree.xml
index 2024f6d..9492562 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -377,6 +377,13 @@
               <li>%L, %line - Line Location</li>
               <li>%M, %method - Method Location</li>
             </ul>
+            Also, the pattern converters for formatting Throwables are not garbage-free:
+            <ul>
+              <li>%ex|%exception|%throwable - The Throwable trace bound to the LoggingEvent</li>
+              <li>%rEx, %rException %rThrowable - Same as %ex but with wrapping exceptions</li>
+              <li>%xEx, %xException, %xThrowable - Same as %ex but with class packaging information</li>
+              <li>%u, %uuid - Creates a new random or time-based UUID while formatting</li>
+            </ul>
 
           </td></tr></table>
         <a name="api" />


[2/2] logging-log4j2 git commit: Merge remote-tracking branch 'origin/master'

Posted by rp...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: f11a6525375772fd86c51b90008353707f1d03a3
Parents: 9dc376f 286d8b3
Author: rpopma <rp...@apache.org>
Authored: Sun Nov 27 19:34:22 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Nov 27 19:34:22 2016 +0900

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/layout/SyslogLayout.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------