Skip to content

Commit 0fdbbbf

Browse files
authored
[editorial] Update Logs API preface (#4382)
1 parent dd64573 commit 0fdbbbf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

specification/logs/api.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ aliases: [bridge-api]
2828

2929
</details>
3030

31-
<b>Note: this document defines a log *backend* API. The API is not intended
32-
to be called by application developers directly. It is provided for logging
33-
library authors to build
31+
The Logs API is provided for logging library authors to build
3432
[log appenders](./supplementary-guidelines.md#how-to-create-a-log4j-log-appender),
3533
which use this API to bridge between existing logging libraries and the
36-
OpenTelemetry log data model.</b>
34+
OpenTelemetry log data model.
35+
36+
The Logs API can also be directly called by instrumentation libraries
37+
as well as instrumented libraries or applications.
3738

3839
The Logs API consist of these main components:
3940

0 commit comments

Comments
 (0)