openrewrite / rewrite-logging-frameworks

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

Replace ParameterizedLogging `methodPattern` with `loggerType` #61

Closed pway99 closed 2 years ago

pway99 commented 2 years ago

The ParameterizedLogging methodPattern option can be simplified to be a single loggerType parameter. This would be a more simple configuration and reduce redundant recipes that made changes log messages.

for context: https://github.com/openrewrite/rewrite-maven-plugin/issues/326

pway99 commented 2 years ago

Closing since changes to recipes that made changes have made this issue unnecessary