rdotterer09 commented on a change in pull request #722:
URL: https://github.com/apache/logging-log4j2/pull/722#discussion_r792815957
##########
File path:
log4j-core/src/main/java/org/apache/logging/log4j/core/config/Property.java
##########
@@ -57,6 +63,14 @@ public String getName() {
return name;
}
+ /**
+ * Returns the original raw property value without substitution.
+ * @return the raw value of the property, or null if it is not set.
+ */
+ public String getRawValue() {
Review comment:
Ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]