ide_infrastructure.md: logging, add import to Kotlin sample

This commit is contained in:
Yann Cébron 2023-03-01 17:58:29 +01:00
parent aab2247037
commit be36f6422d

View File

@ -36,6 +36,8 @@ public class MyPluginClass {
<tab title="Kotlin">
```kotlin
import com.intellij.openapi.diagnostic.logger
private val LOG = logger<MyPluginClass>()
class MyPluginClass {