
30 Dec
2010
30 Dec
'10
12:35 p.m.
Hi Marge, Variable substitution is done by Joran actions on an individual basis. Search for usages of the subst() method of the InterpretationContext class. HTH, On 30.12.2010 10:24, Marge wrote:
I was impressed by slf4j and logback and decided to use Joran in one of my programs. While trying to use variable substitution I failed, the variable ${os.name} never gets replaced. Is variable substitution only available in logback and not in joran? A superficial look at the source makes me think so.