Use Logger#logrb(.., ResourceBundle bundleName, ..)
** org.openrewrite.java.migrate.logging.MigrateLoggerLogrbToUseResourceBundle** java.util.logging.Logger#logrb(.., String bundleName, ..) has been deprecated.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-migrate-java:1.7.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.migrate.logging.MigrateLoggerLogrbToUseResourceBundle