type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.logging.slf4j.Log4j1ToSlf4j1
displayName: Migrate Log4j 1.x to SLF4J 1.x
description: Transforms usages of Log4j 1.x to leveraging SLF4J 1.x directly. Note, this currently does not modify `log4j.properties` files.
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.apache.log4j.MDC
newFullyQualifiedTypeName: org.slf4j.MDC
- org.openrewrite.java.logging.log4j.Log4j1ToLog4j2
- org.openrewrite.java.logging.slf4j.Log4j2ToSlf4j1
- org.openrewrite.java.logging.slf4j.ParameterizedLogging