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 2017/01/08 04:08:31 UTC

logging-log4j2 git commit: Add link to plugin builders info on plugins manual page.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7deb94431 -> 4c51c6b21


Add link to plugin builders info on plugins manual page.

Really, these two manual pages seem needlessly split up.


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

Branch: refs/heads/master
Commit: 4c51c6b211c6c65321d791efd908df2007282552
Parents: 7deb944
Author: Matt Sicker <ma...@spr.com>
Authored: Sat Jan 7 22:08:25 2017 -0600
Committer: Matt Sicker <ma...@spr.com>
Committed: Sat Jan 7 22:08:25 2017 -0600

----------------------------------------------------------------------
 src/site/xdoc/manual/plugins.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4c51c6b2/src/site/xdoc/manual/plugins.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/plugins.xml b/src/site/xdoc/manual/plugins.xml
index 2e5a860..c6addc8 100644
--- a/src/site/xdoc/manual/plugins.xml
+++ b/src/site/xdoc/manual/plugins.xml
@@ -129,7 +129,8 @@
             configuration in order to match the configuration item to its respective parameter. For plugin builders,
             the names of the fields will be used by default if no name is specified in the annotation. There are dozens
             of plugins in Log4j Core that can be used as examples for more complex scenarios including hierarchical
-            builder classes (e.g., see <code>FileAppender</code>).
+            builder classes (e.g., see <code>FileAppender</code>). See <a href="extending.html#Plugin_Builders">Extending
+            Log4j with Plugin Builders</a> for more details.
           </p>
           <h4>Attribute Types</h4>
             <dl>