Skip to content

Commit ffbf79f

Browse files
committed
Add Logging BindVariable Completion
1 parent 8a6291a commit ffbf79f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/kotlin/org/domaframework/doma/intellij/contributor/sql/provider/SqlParameterCompletionProvider.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ class SqlParameterCompletionProvider : CompletionProvider<CompletionParameters>(
120120
originalFile,
121121
result,
122122
)
123+
PluginLoggerUtil.countLogging(
124+
this::class.java.simpleName,
125+
"CompletionDirectiveByVariable",
126+
"Completion",
127+
startTime,
128+
)
123129
}
124130
} catch (e: Exception) {
125131
e.printStackTrace()

0 commit comments

Comments
 (0)