Moreover,
can I assume that the output pattern I used in log4j will work in logback too?
For example, in <appender> I now have:
<encoder>
<pattern>%d{dd-MM-yy HH:mm:ss,SSS}|%5.5p|%m%n</pattern>
</encoder>Which comes from log4j.xml I previously had. This question might be good for the Logback FAQ, also. Regards, -- Fabio Erculiani _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
