Package io.opentelemetry.sdk.logs.export
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.logs.export
Log exporters.
-
ClassDescriptionImplementation of the
LogProcessor
that batches logs exported by the SDK then pushes them to the exporter pipeline.Builder class forBatchLogProcessor
.ALogExporter
implementation that can be used to test OpenTelemetry integration.An exporter is responsible for taking a collection ofLogData
s and transmitting them to their ultimate destination.An implementation of theLogProcessor
that passesLogData
directly to the configured exporter.