ide_infrastructure.md: clarify thisLogger()

This commit is contained in:
Yann Cébron 2024-07-17 16:44:29 +02:00
parent 75a62129c2
commit 29d0f9e97c

View File

@ -45,7 +45,7 @@ class MyPluginClass {
}
```
If logging is used only to report exceptions, use convenience method `thisLogger()`:
If logging is used only to report exceptions, use convenience method `thisLogger()` instead of dedicated instance:
```kotlin
try {