[logback-dev] HTML Formatting needs Java 6

Gunnar Wagenknecht gunnar at wagenknecht.org
Thu Mar 11 11:43:29 CET 2010


Hi,

I don't know if this is a feature or bug. But I found it worthwile
reporting here. My assumption was that Logback Core requires 1.5. But it
seems that the HTML formatting part requires Java 6.

ch.qos.logback.core.html.LayoutWrappingEncoder.convertToBytes(String)
calls java.lang.String.getBytes(Charset) which has "@since 1.6".

-Gunnar
-- 
Gunnar Wagenknecht
gunnar at wagenknecht.org
http://wagenknecht.org/



More information about the logback-dev mailing list