[JIRA] Created: (LBCORE-140) Add if then else capability to joran

Add if then else capability to joran ------------------------------------ Key: LBCORE-140 URL: http://jira.qos.ch/browse/LBCORE-140 Project: logback-core Issue Type: New Feature Components: Joran Reporter: Ceki Gulcu Assignee: Logback dev list Example: <confiugure> <if condition=""> <propertyX>...</propertyX> <then> <appender name="FILE" ...> <file>A.log</file> </appender> <then> <else> <appender name="FILE" ...> <file>B.log</file> </appender> <else> </if> </configuration> Support for nested ifs would be nice. -- 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

[ http://jira.qos.ch/browse/LBCORE-140?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu resolved LBCORE-140. ------------------------------- Fix Version/s: 0.9.20 Resolution: Fixed Done. See http://logback.qos.ch/manual/configuration.html#conditional (link will be accessible after 0.9.20 is released)
Add if then else capability to joran ------------------------------------
Key: LBCORE-140 URL: http://jira.qos.ch/browse/LBCORE-140 Project: logback-core Issue Type: New Feature Components: Joran Reporter: Ceki Gulcu Assignee: Ceki Gulcu Fix For: 0.9.20
Example: <confiugure> <if condition=""> <propertyX>...</propertyX> <then> <appender name="FILE" ...> <file>A.log</file> </appender> <then> <else> <appender name="FILE" ...> <file>B.log</file> </appender> <else> </if> </configuration> Support for nested ifs would be nice.
-- 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
participants (1)
-
Ceki Gulcu (JIRA)