Interface LogExporter

All Known Implementing Classes:
InMemoryLogExporter

public interface LogExporter
An exporter is responsible for taking a collection of LogDatas and transmitting them to their ultimate destination.
  • Method Summary

    Modifier and Type
    Method
    Description
    composite(LogExporter... exporters)
    Returns a LogExporter which delegates all exports to the exporters in order.
    Returns a LogExporter which delegates all exports to the exporters in order.
    io.opentelemetry.sdk.common.CompletableResultCode
    Exports the collections of given LogData.
    io.opentelemetry.sdk.common.CompletableResultCode
    Exports the collection of LogData that have not yet been exported.
    io.opentelemetry.sdk.common.CompletableResultCode
    Shutdown the log exporter.