[logback-dev] [JIRA] Created: (LBCORE-136) ch.qos.logback.core.joran.action.AppenderRefAction's ref attribute should support variable substitution
Darryl Smith (JIRA)
noreply-jira at qos.ch
Thu Feb 4 21:06:33 CET 2010
ch.qos.logback.core.joran.action.AppenderRefAction's ref attribute should support variable substitution
-------------------------------------------------------------------------------------------------------
Key: LBCORE-136
URL: http://jira.qos.ch/browse/LBCORE-136
Project: logback-core
Issue Type: Improvement
Components: Joran
Affects Versions: 0.9.18
Reporter: Darryl Smith
Assignee: Logback dev list
In AppenderRefAction
String appenderName = attributes.getValue(ActionConst.REF_ATTRIBUTE);
to
String appenderName = ec.subst(attributes.getValue(ActionConst.REF_ATTRIBUTE));
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list