You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Bets, Ron" <RB...@metasolv.com> on 2007/01/08 18:47:24 UTC

Extending pattern layout conversions in 1.3

Hi there.  I'd like to add a couple of custom conversion characters (not
words) to our logging capability.  I have been able to accomplish this
rather easily in 1.2.x, but the code is not compatible with 1.3.  In
particular, the PatternParser class has changed so that I can no longer
call 'finalizeConverter'.  I think I can sort out the rest.  So, can
anyone give me a hand with this?  An example of implementing/using the
PatternParser.parse() method would be very helpful.

 

Cheers,

Ron

 

  


Re: Extending pattern layout conversions in 1.3

Posted by Curt Arnold <ca...@apache.org>.
On Jan 8, 2007, at 11:47 AM, Bets, Ron wrote:

> Hi there.  I'd like to add a couple of custom conversion characters  
> (not
> words) to our logging capability.  I have been able to accomplish this
> rather easily in 1.2.x, but the code is not compatible with 1.3.  In
> particular, the PatternParser class has changed so that I can no  
> longer
> call 'finalizeConverter'.  I think I can sort out the rest.  So, can
> anyone give me a hand with this?  An example of implementing/using the
> PatternParser.parse() method would be very helpful.
>
> Cheers,
>
> Ron
>


Could you confirm that you still see the issue with the SVN Head?  I  
remember spending some time in the last few months trying to restore  
compatibility between 1.2 and 1.3 in this area.



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org