diff --git a/log/doc.go b/log/doc.go index 1d127d566c1..f0d556c5f51 100644 --- a/log/doc.go +++ b/log/doc.go @@ -3,9 +3,9 @@ /* Package log defines the OpenTelemetry Bridge API. -Application code should not call this API directly. -The API is supposed to be used by a log bridge implementation, +It is supposed to be used by a log bridge implementation, which is an adapter between an existing logging library and the OpenTelemetry. +Application code should not call this API directly. Existing logging libraries generally provide a much richer set of features than what is defined in OpenTelemetry.