
1 Feb
2013
1 Feb
'13
6:21 p.m.
On 2/1/2013 1:17 PM, ceki wrote:
Hi Steve,
The code for programmatic configuration is good. You just need to reset the context before you configure. Add the following line after the definitionof the loggerContext variable.
loggerContext.reset();
HTH,
Thanks, that's got it. Steve