Closed
Description
Description
To align with the other SDKs (@opentelemetry/sdk-trace-*
, @opentelemetry/sdk-metrics
) we should drop LoggerProvider#addLogRecordProcessor()
in favor of the constructor option introduced in #5588 (issue #5559)
This issue is considered done when:
- the contrib and core repos have been checked any any usage of
LoggerProvider#addLogRecordProcessor()
has been changed to use the constructor option instead. - this method has been removed:
opentelemetry-js/experimental/packages/sdk-logs/src/LoggerProvider.ts
Lines 78 to 102 in 56df3c0