mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
ide_infrastructure.md: update deprecated API
This commit is contained in:
parent
bb008a1c8f
commit
0f74bbdc81
@ -69,7 +69,7 @@ See [Development Instance Sandbox Directory](ide_development_instance.md#the-dev
|
||||
|
||||
See [Testing FAQ](testing_faq.md) on how to enable `DEBUG`/`TRACE` level logging during tests, and obtain separate logs for failing tests.
|
||||
|
||||
To provide additional context for [reporting fatal errors](#error-reporting), use `Logger.error()` methods taking additional `Attachment` (see [`AttachmentFactory`](%gh-ic%/platform/core-impl/src/com/intellij/diagnostic/AttachmentFactory.java)).
|
||||
To provide additional context for [reporting fatal errors](#error-reporting), use `Logger.error()` methods taking additional `Attachment` (see [`CoreAttachmentFactory`](%gh-ic%/platform/core-impl/src/com/intellij/diagnostic/CoreAttachmentFactory.java) and [`AttachmentFactory`](%gh-ic%/platform/util/src/com/intellij/openapi/diagnostic/AttachmentFactory.java)).
|
||||
|
||||
## Error Reporting
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user