ide_infrastructure.md: announce

This commit is contained in:
Yann Cébron 2021-09-21 14:45:08 +02:00
parent 87194e9474
commit b6afac4bfa
2 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,6 @@
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
> This page is _Work in Progress_ - more information will be added over time.
>
{type="note"}
### Logging
The IntelliJ platform uses [`Logger`](upsource:///platform/util/src/com/intellij/openapi/diagnostic/Logger.java) abstraction class to shield from underlying logging implementation and configuration.

View File

@ -11,6 +11,9 @@ See [GitHub Changelog](https://github.com/JetBrains/intellij-sdk-docs/commits/ma
### September-21
IDE Infrastructure
: [IDE Infrastructure](ide_infrastructure.md) handles Logging, Error Reporting, Runtime Information, and how to provide Context Help.
Extension Point Lists: Listeners, Deprecation status
: [Extension Point List](extension_point_list.md) now contains sections listing all provided [Listener](plugin_listeners.md) Topics. See also corresponding Extension Point Lists under _Part VIII - Product Specific_. Also, all deprecated API now has a dedicated tag.