[
https://issues.apache.org/jira/browse/LOG4J2-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616537#comment-16616537
]
ASF subversion and git services commented on LOG4J2-2446:
---------------------------------------------------------
Commit 004595d448a16ae3c8bff5f8f774163dfe66565d in logging-log4j2's branch
refs/heads/master from [~garydgregory]
[ https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;h=004595d ]
[LOG4J2-2446] Add a Base64 string lookup (adapted from Apache Commons
Text 1.5.)
> Add a Base64 string lookup
> --------------------------
>
> Key: LOG4J2-2446
> URL: https://issues.apache.org/jira/browse/LOG4J2-2446
> Project: Log4j 2
> Issue Type: New Feature
> Components: Core, Lookups
> Reporter: Gary Gregory
> Assignee: Gary Gregory
> Priority: Major
> Fix For: 3.0.0
>
>
> Add a Base64 string lookup. Uses Java 8's {{java.util.Base64}} class.
> Usage from configuration files:
> {quote}
> ${base64:SGVsbG9Xb3JsZCE=}
> {quote}
> yields:
> {quote}
> HelloWorld!
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)