You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/06 00:56:53 UTC

[3/6] git commit: Update configuration manual for ShutdownCallbackRegistry rename.

Update configuration manual for ShutdownCallbackRegistry rename.


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

Branch: refs/heads/master
Commit: d9e52a369d36fb360bc38fd7f885caad3477ffdc
Parents: 2930406
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Oct 5 17:40:05 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Oct 5 17:40:05 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/configuration.xml.vm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d9e52a36/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm
index be1e529..766f43b 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -1330,13 +1330,13 @@ public class AwesomeTest {
     </td>
   </tr>
   <tr>
-    <td>log4j.shutdownRegistrationStrategy</td>
+    <td>log4j.shutdownCallbackRegistry</td>
     <!-- deliberately inserted spaces to allow line break -->
-    <td>org.apache.logging .log4j.core.util .DefaultShutdownRegistrationStrategy</td>
+    <td>org.apache.logging .log4j.core.util .DefaultShutdownCallbackRegistry</td>
     <td>
       Fully specified class name of a class implementing
-      <a class="javadoc" href="../log4j-core/apidocs/org/apache/logging/log4j/core/util/ShutdownRegistrationStrategy.html">ShutdownRegistrationStrategy</a>.
-      If specified, an instance of this class is used instead of <tt>DefaultShutdownRegistrationStrategy</tt>.
+      <a class="javadoc" href="../log4j-core/apidocs/org/apache/logging/log4j/core/util/ShutdownCallbackRegistry.html">ShutdownCallbackRegistry</a>.
+      If specified, an instance of this class is used instead of <tt>DefaultShutdownCallbackRegistry</tt>.
       The specified class must have a default constructor.
     </td>
   </tr>