mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
ide_infrastructure.md: clarify thisLogger()
This commit is contained in:
parent
75a62129c2
commit
29d0f9e97c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user