openrewrite / rewrite-logging-frameworks

OpenRewrite recipes for assisting with Java logging migration tasks.
Apache License 2.0
26 stars 21 forks source link

Add basic JUL to Log4j API conversion #133

Closed ppkarwasz closed 11 months ago

ppkarwasz commented 11 months ago

What's changed?

This PR converts the most commonly used JUL methods to their Log4j API equivalents:

What's your motivation?

This is part of our apache/logging-log4j2#2080 task. The main motivation is a user request for support (cf. apache/logging-log4j2#2083), hence the implementation of the entering/exiting rules.

Closes #132

Checklist