We have some existing code that is used as a library by other projects. This code uses log4j 1.2. We would like to convert it to use log4j 2.x but not remove support for 1.2 so that projects that have not yet migrated can still see logging. Any thoughts on how this might be accomplished?
Thanks.