Re: Extract log info from each output log line on the console

2009-06-01 Thread Jacob Kjome
On Mon, 1 Jun 2009 08:32:38 -0400 Douglas E Wegscheid wrote: if you have a chance to change the log file layout, use the XMLLayout. It's unambiguous to parse. XMLLayout is probably the most straightforward option.  Another option is the receiver companion's LogFilePatternReceiver, which Ch

Re: Extract log info from each output log line on the console

2009-06-01 Thread Douglas E Wegscheid
if you have a chance to change the log file layout, use the XMLLayout. It's unambiguous to parse. parsing the other layouts can be a problem (think about the situation of messages spanning multiple lines, or that have an exception trackback...) Douglas E Wegscheid Lead Technical Analyst, Whirlp