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/03/27 16:54:11 UTC

[09/12] logging-log4j2 git commit: LOG4J2-1318 update change log

LOG4J2-1318 update change log


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

Branch: refs/heads/LOG4J2-1278-gc-free-logger
Commit: f0d57be550ee2e62acd7180b9d086872ce904310
Parents: 4ecc963
Author: rpopma <rp...@apache.org>
Authored: Sun Mar 27 23:34:04 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Mar 27 23:34:04 2016 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f0d57be5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 46661a5..2279cbe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,9 @@
       <action issue="LOG4J2-1324" dev="rpopma" type="fix">
         Improve error handling in the Async Logger background thread: the new default exception handler no longer rethrows the error.
       </action>
+      <action issue="LOG4J2-1318" dev="rpopma" type="update">
+        Avoid allocating unnecessary temporary objects in LoggerContext's getLogger methods.
+      </action>
       <action issue="LOG4J2-1333" dev="rpopma" type="update">
         Avoid allocating unnecessary temporary objects in MarkerManager's getMarker methods.
       </action>