Hi,

the only way to use log4j in place of logback would be to create (or configure if anything like this already exists) a logback appender that forwards messages to log4j.

A better solution would be to port the log4j NT-event-log-appender to logback; if the source code of such appender is available the porting should be an easy task

HTH