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 06:52:00 UTC

[32/40] logging-log4j2 git commit: [LOG4J2-1539] Add Core API Configurator.shutdown(LoggerContext, long, TimeUnit). Update changes.xml.

[LOG4J2-1539] Add Core API Configurator.shutdown(LoggerContext, long,
TimeUnit). 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/38f1497e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/38f1497e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/38f1497e

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: 38f1497e36ae872c8aa68a5ce302f1f0f732725d
Parents: b1acc7f
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Aug 26 12:02:33 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Aug 26 12:02:33 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/38f1497e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b170dc6..05aa5f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,6 +93,9 @@
       <action issue="LOG4J2-1313" dev="rpopma" type="fix" due-to="Philipp Knobel">
         Properties declared in configuration can now have their value either in the element body or in an attribute named "value".
       </action>
+      <action issue="LOG4J2-1539" dev="ggregory" type="add" due-to="Gary Gregory">
+        Add Core API Configurator.shutdown(LoggerContext, long, TimeUnit).
+      </action>
       <action issue="LOG4J2-1501" dev="ggregory" type="add" due-to="Gary Gregory">
         FileAppender should be able to create files on-demand.
       </action>