File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
/*
5
5
Package log provides the OpenTelemetry Logs Bridge API.
6
6
7
- This package is intended to be a bridge between existing logging libraries and
8
- OpenTelemetry. It is not designed to be a logging API itself.
7
+ This package is intended to be used by bridges between existing logging
8
+ libraries and OpenTelemetry. Users should not directly use this package as a
9
+ logging library. Instead, install one of the bridges listed in the
10
+ [registry], and use the associated logging library.
9
11
10
12
# API Implementations
11
13
@@ -68,5 +70,7 @@ It is strongly recommended that authors only embed
68
70
go.opentelemetry.io/otel/log/noop if they choose this default behavior. That
69
71
implementation is the only one OpenTelemetry authors can guarantee will fully
70
72
implement all the API interfaces when a user updates their API.
73
+
74
+ [registry]: https://opentelemetry.io/ecosystem/registry/?language=go&component=log-bridge
71
75
*/
72
76
package log // import "go.opentelemetry.io/otel/log"
You can’t perform that action at this time.
0 commit comments