File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 ) ,
3533which 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
3839The Logs API consist of these main components:
3940
You can’t perform that action at this time.
0 commit comments