DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20734>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20734

Allow DOMConfigurator to use variable substitution

           Summary: Allow DOMConfigurator to use variable substitution
           Product: Log4j
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Configurator
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


It would be handy if the DOMConfigurator could use the same sort of variable 
substitution as the PropertyConfigurator.

All that is required is a publicly accessible method on the DOMConfigurator 
that would allow the setting of the internal Properties object
eg
    public void setSubstitutionProperties( Properties substitutionProperties ) {
        props = substitutionProperties;
    }

(I have tried this & it works )

This would add flexibility to configuration when using the DOMConfigurator 
explicitly from client code

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to