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?
+2
A:
The following document describes how to "[migrate] custom log4j components such as appenders or layouts to logback-classic":
Brandon E Taylor
2009-06-10 11:01:40
+3
A:
It should be easy to port a log4j appender to logback. There is even a document describing the process. However, if you run into problems (which you should not), don't hesitate to ask for help on the logback-dev mailing list.
Ceki
2009-06-10 14:41:27
Thanks, Ceki, I would certainly have to port some stuff, we'll see how it goes..
Dima
2009-06-10 16:54:19
It was very easy and works like a champ. Good work!
Dima
2009-12-02 23:01:36
Good to hear. Thanks for letting me know.
Ceki
2009-12-03 09:53:05