Hi,<br><br>I'm trying to use a converter in HtmlLayout but it was not logged correctly. I'm basically getting a "PARSER_ERRER".<br><br>I checked the code and found<br><br>HTMLLayoutBase.start() does this.head = p.compile(t, getDefaultConverterMap());<br>
<br>where<br> protected Map<String, String> getDefaultConverterMap() {<br> return PatternLayout.defaultConverterMap;<br> }<br><br>But PatternLayoutBase.start() does this.head = p.compile(t, getEffectiveConverterMap());<br>
and getEffectiveConverterMap loads the extra converters.<br><br><br>kr, N<br>