[logback-dev] [JIRA] Resolved: (LBCORE-140) Add if then else capability to joran
Ceki Gulcu (JIRA)
noreply-jira at qos.ch
Wed Mar 31 00:10:16 CEST 2010
[ http://jira.qos.ch/browse/LBCORE-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
More information about the logback-dev
mailing list