Re: help to extend PatternLayout

2007-06-23 Thread James Stauffer
What are you trying to accomplish? On 6/23/07, Naider Chen [EMAIL PROTECTED] wrote: Hi: I'm trying extend PatternLayout in order to intercept log message. The foremat method basically return all the log message included in the ConversionPattern. I'd like to get the %m and do some pre-process

help to extend PatternLayout

2007-06-23 Thread Naider Chen
Hi: I'm trying extend PatternLayout in order to intercept log message. The foremat method basically return all the log message included in the ConversionPattern. I'd like to get the %m and do some pre-process and return it. I'm not sure this is the way to get %m can anybody help me with this.