Re: Custom Converter plugin won't load.

2013-05-02 Thread John Smith
g4j.converters,"> > > in the log4j2.xml config?) > > Remko > > > > From: John Smith > To: log4j-user@logging.apache.org > Sent: Thursday, May 2, 2013 5:41 AM > Subject: Custom Converter plugin won't load. > > >

Re: Custom Converter plugin won't load.

2013-05-01 Thread Remko Popma
n Smith To: log4j-user@logging.apache.org Sent: Thursday, May 2, 2013 5:41 AM Subject: Custom Converter plugin won't load. Using log4j2-beta5 I'm writing a custom PatternConverter to mask logs for such things as Credit Card and Card Security Code and some additional elements. My con

Custom Converter plugin won't load.

2013-05-01 Thread John Smith
Using log4j2-beta5 I'm writing a custom PatternConverter to mask logs for such things as Credit Card and Card Security Code and some additional elements. My converter looks like so package com.xxx.log4j.converters; import java.util.List; import java.util.regex.Pattern; import org.apache.lo