Link to Apache Commons Lang. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/03e905f3 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/03e905f3 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/03e905f3
Branch: refs/heads/messaging-module Commit: 03e905f3c823625e72b0233dc18deb8da75ec40b Parents: 4c2beff Author: Gary Gregory <[email protected]> Authored: Fri Aug 29 09:41:12 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Fri Aug 29 09:41:12 2014 -0400 ---------------------------------------------------------------------- src/site/xdoc/manual/configuration.xml.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/03e905f3/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 5779f92..447e3c0 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -788,7 +788,7 @@ public class Bar { Log4j 2 supports the ability to specify tokens in the configuration as references to properties defined elsewhere. Some of these properties will be resolved when the configuration file is interpreted while others may be passed to components where they will be evaluated at runtime. To accomplish this, Log4j - uses variations of Apache Commons Lang's + uses variations of <a href="https://commons.apache.org/proper/commons-lang/">Apache Commons Lang</a>'s <a href="../log4j-core/apidocs/org/apache/logging/log4j/core/lookup/StrSubstitutor">StrSubstitutor</a> and <a href="../log4j-core/apidocs/org/apache/logging/log4j/core/lookup/StrLookup">StrLookup</a> classes. In a manner similar to Ant or Maven, this allows variables declared as <code>${name}</code>
