I have an application using log4j 2.X library and I want to use custom appenders that are coded against log4j 1.X.
While rewriting the custom appenders using log4j 2.x is an obvious option, I want to understand if that's the only option.
The migration guide is not clear about whether custom appenders are backwards compatible or is there a standard way of porting/using them.