You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/09/20 21:59:40 UTC

logging-log4j2 git commit: Documentation for base64 variable substitution.

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x d038ee8e8 -> 1ec871287


Documentation for base64 variable substitution.

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

Branch: refs/heads/release-2.x
Commit: 1ec8712874f8059fac09e39e3f9d3601d8a9f11a
Parents: d038ee8
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Thu Sep 20 15:59:37 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Thu Sep 20 15:59:37 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1ec87128/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 45d1f21..10a12ca 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -1001,6 +1001,14 @@ rootLogger.appenderRef.stdout.ref = STDOUT
                 <th>Context</th>
               </tr>
               <tr>
+                <td>base64</td>
+                <td>
+                  Base64 encoded data. The format is <code>${dollar}{base64:Base64_encoded_data}</code>.
+                  For example:
+                  <code>${dollar}{base64:SGVsbG8gV29ybGQhCg==}</code> yields <code>Hello World!</code>.
+                </td>
+              </tr>
+              <tr>
                 <td>bundle</td>
                 <td>
                   Resource bundle. The format is <code>${dollar}{bundle:BundleName:BundleKey}</code>.