Repository: logging-log4j2 Updated Branches: refs/heads/master 2c9a94ce2 -> 1856a6ab5
"Custom Configurations" -> "Programmatic Configuration" Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1856a6ab Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1856a6ab Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1856a6ab Branch: refs/heads/master Commit: 1856a6ab5a4e3d16decc7af89072d3c75ee79158 Parents: 2c9a94c Author: ggregory <[email protected]> Authored: Mon Sep 21 14:14:52 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 21 14:14:52 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/customconfig.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1856a6ab/src/site/xdoc/manual/customconfig.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/customconfig.xml b/src/site/xdoc/manual/customconfig.xml index 7258272..b33d1d4 100644 --- a/src/site/xdoc/manual/customconfig.xml +++ b/src/site/xdoc/manual/customconfig.xml @@ -25,9 +25,9 @@ </properties> <body> - <section name="Custom Configurations"> + <section name="Programmatic Configuration"> <p> - Log4j 2 provides a few ways for applications to create their own custom configurations: + Log4j 2 provides a few ways for applications to create their own programmatic configuration: </p> <ul> <li>Specify a custom ConfigurationFactory</li>
