Re: Default-Layout

2011-11-27 Thread Florian Semm
Am 27.11.2011 12:08, schrieb Ivan Habunek: On 26 November 2011 19:09, Florian Semm wrote: I have implemented this case. But there's a problem: if this will implemented in the activateOptions() method, you have to modify all appenders which overwrite this method. The createAppenderLayout() metho

Re: Default-Layout

2011-11-27 Thread Ivan Habunek
On 26 November 2011 19:09, Florian Semm wrote: > I have implemented this case. But there's a problem: if this will > implemented in the activateOptions() method, you have to modify all > appenders which overwrite this method. The createAppenderLayout() method in > the LoggerConfigurator is a bette