Hi!

I'd like to know the easiest way of customizing the format of printed
exception stacks.
I need a special format for exceptions of specific types.
 
I tried to subclass ConsoleAppender and overwrote the subAppend method. This
works quite well. But if I choose later to use the RollingFileAppender, I
have to subclass that as well!
Is there a simpler, more straight forward way? 
The only thing I want to change is the string representation of the
throwable in a LoggingEvent.
 
Thanks,
Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to