You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/logs/event-api.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Events API
2
2
3
-
**Status**: [Development](../document-status.md)
3
+
**Status**: [Deprecated](../document-status.md) (was never stabilized),
4
+
see [Emit Event](./api.md#emit-an-event) in the Logs API for replacement.
4
5
5
6
<details>
6
7
<summary>Table of Contents</summary>
@@ -9,7 +10,6 @@
9
10
10
11
<!-- toc -->
11
12
12
-
-[Logs API Development](#logs-api-development)
13
13
-[Event Data model](#event-data-model)
14
14
-[Event API use cases](#event-api-use-cases)
15
15
-[EventLoggerProvider](#eventloggerprovider)
@@ -31,15 +31,6 @@ The Event API consists of these main components:
31
31
provides access to `EventLogger`s.
32
32
*[EventLogger](#eventlogger) is the component responsible for emitting events.
33
33
34
-
## Logs API Development
35
-
36
-
> [!NOTE]
37
-
> We are currently in the process of defining a new [Logs API](./api.md).
38
-
39
-
The intent is that this Logs API will incorporate the current functionality of this existing Events API and once it is defined and implemented, the Events API usage will be migrated, deprecated, renamed and eventually removed.
40
-
41
-
No further work is scheduled for the current Events API definition at this time.
42
-
43
34
## Event Data model
44
35
45
36
Wikipedia’s [definition of log file](https://en.wikipedia.org/wiki/Log_file):
0 commit comments