Can custom appenders created for log4j (extending AppenderSkeleton) be used with new logback framework? I know that logback comes with its own set of appenders similar to log4j, but is this possible to re-use existing ones? How?
Can custom appenders created for log4j (extending AppenderSkeleton) be used with new logback framework?
Share
The following document describes how to “[migrate] custom log4j components such as appenders or layouts to logback-classic”:
http://logback.qos.ch/manual/migrationFromLog4j.html