
26 Feb
2009
26 Feb
'09
1:07 p.m.
Lukas, I forgot to mention this, but layouts are optional. If your appener does not need it, you don't actually need to set a layout. You can just leave the layout to be null. In ErrorCounterAppender modify the start() to become: @Override public void start() { super.start(); } If you do that, you will no longer need a layout. Lukas Zapletal wrote:
Creating my "EmptyLayout" helped.
Thank you a lot.
LZ
Lukas Zapletal (gmail) wrote:
Great, thank you.
Is there somethink like "null" layout in the head distribution? I do not need that. Well I will create one...
Thank you I hope it will help.
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch