You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/23 01:41:57 UTC

logging-log4j2 git commit: [LOG4J2-1066] Expose Log4jContextFactory's ShutdownCallbackRegistry.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master d517ec91a -> af5b24a92


[LOG4J2-1066] Expose Log4jContextFactory's ShutdownCallbackRegistry.

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

Branch: refs/heads/master
Commit: af5b24a926f5e1516fdcb8ba9e340908308548dd
Parents: d517ec9
Author: ggregory <gg...@apache.org>
Authored: Mon Jun 22 16:41:55 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Jun 22 16:41:55 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/af5b24a9/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38968a9..33d3712 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,9 @@
       <action issue="LOG4J2-1057" dev="ggregory" type="add">
         Add API org.apache.logging.log4j.LogManager.getFormatterLogger().
       </action>     
+      <action issue="LOG4J2-1066" dev="ggregory" type="add" due-to="Charles Allen">
+        Expose Log4jContextFactory's ShutdownCallbackRegistry.
+      </action>     
       <action issue="LOG4J2-1051" dev="ggregory" type="fix" due-to="Lukasz Lenart">
         NoClassDefFoundError when starting app on Google App Engine.
       </action>