mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
ide_infrastructure.md: logging, add import to Kotlin sample
This commit is contained in:
parent
aab2247037
commit
be36f6422d
@ -36,6 +36,8 @@ public class MyPluginClass {
|
||||
<tab title="Kotlin">
|
||||
|
||||
```kotlin
|
||||
import com.intellij.openapi.diagnostic.logger
|
||||
|
||||
private val LOG = logger<MyPluginClass>()
|
||||
|
||||
class MyPluginClass {
|
||||
|
Loading…
x
Reference in New Issue
Block a user