tsimba kely created LOG4J2-1907:
-----------------------------------
Summary: file resources as a property
Key: LOG4J2-1907
URL: https://issues.apache.org/jira/browse/LOG4J2-1907
Project: Log4j 2
Issue Type: New Feature
Components: Configurators
Affects Versions: 2.8.2
Reporter: tsimba kely
Fix For: 2.9
i want to use a resource file as property without using a Lookup. for example:
in my file properties(first = toto second = titi), this should be load in
properties by using (property resources="file" ) for example. the program
inject my variable from file as a Map properties like (properties name="first"
value="toto" && properties name="second" value="titi") and we can access into
it whithout a prefix lookup. i seen the program source of Properties.java and i
think it's possible to read file and inject it as a property.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)