RE: Logging exceptions using a separate layout

2007-01-31 Thread Widerberg Marcus
Nevermind. I RTFM now. Sorry. /mawi Widerberg Marcus wrote: > Hello, > > I would like to log events that have an exception so that the > exception and stack is printed on the nextline, but I do not want to > get empty lines between events in the log for all events that have no > exception. >

Logging exceptions using a separate layout

2007-01-31 Thread Widerberg Marcus
Hello, I would like to log events that have an exception so that the exception and stack is printed on the nextline, but I do not want to get empty lines between events in the log for all events that have no exception. To achieve this, is there a way to filter parts of a layout? Or specify a layo