Re: Custom Converter plugin won't load.

2013-05-01 Thread Remko Popma
Hi John, I don't have an immediate answer for you, but I've created JIRA LOG4J2-232 to track this issue. (Have you tried removing the trailing comma in  packages="com.xxx.log4j.converters,"> in the log4j2.xml config?) Remko From: John Smith To: log4j-user@lo

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