Find Kotlin logging smells
Recipe ID
org.openrewrite.kotlin.logging.Logging$KtRecipeArtifact
io.moderne.recipe:recipes-kotlinSearch-only recipes for SLF4J, kotlin-logging, java.util.logging, log4j 1.x, and println/printStackTrace usage. Covers eager-message construction (string templates and concatenation), redundant level-check guards, LoggerFactory.getLogger shapes that could be KotlinLogging.logger { }, unstructured-output calls that bypass the logger, and logger-declaration smells (naming, visibility, instance-field placement).
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.kotlin.logging.Logging$KtRecipeIf the recipe isn’t available locally, install it with:
mod config recipes jar install io.moderne.recipe:recipes-kotlin:0.2.0Definition
This recipe runs the following recipes in order.
- Find eager log-message construction
org.openrewrite.kotlin.logging.FindEagerLogMessages$KtRecipe - Find redundant logger level-check guards
org.openrewrite.kotlin.logging.FindLoggerGuards$KtRecipe - Find
LoggerFactory.getLoggermigration candidatesorg.openrewrite.kotlin.logging.FindLoggerFactoryMigrationCandidates$KtRecipe - Find
println/System.err.println/printStackTraceorg.openrewrite.kotlin.logging.FindPrintAndPrintStackTrace$KtRecipe - Find legacy logger-library usage
org.openrewrite.kotlin.logging.FindLegacyLoggerLibraries$KtRecipe - Find logger declaration smells
org.openrewrite.kotlin.logging.FindLoggerDeclarationSmells$KtRecipe
Data tables
Structured output this recipe can produce.
- Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats