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/08/27 08:19:56 UTC

[29/50] [abbrv] logging-log4j2 git commit: [LOG4J2-1547] The Core AbstractConfiguration should track its LoggerContext and add Configuration.getLoggerContext(). Update changes.xml.

[LOG4J2-1547] The Core AbstractConfiguration should track its
LoggerContext and add Configuration.getLoggerContext(). Update
changes.xml.

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

Branch: refs/heads/LOG4J2-1512
Commit: 29e7bfd0f230aad47dc852bac0464de9bd6f2316
Parents: 322ccf0
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Aug 25 14:42:00 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Aug 25 14:42:00 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/29e7bfd0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6e62dd..4c8303a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,6 +126,9 @@
       <action issue="LOG4J2-1520" dev="ggregory" type="add" due-to="Gary Gregory">
         Add JUnit Rule implementations to manage the thread context.
       </action>
+      <action issue="LOG4J2-1547" dev="ggregory" type="add" due-to="Gary Gregory">
+        The Core AbstractConfiguration should track its LoggerContext and add Configuration.getLoggerContext().
+      </action>
       <action issue="LOG4J2-1458" dev="ggregory" type="update" due-to="Gary Gregory">
         Update Jackson from 2.7.5 to 2.8.0.
       </action>