Interface LogExporter
public interface LogExporter
An exporter is responsible for taking a list of
LogRecords and transmitting them to their
ultimate destination.-
Method Summary
Modifier and TypeMethodDescriptionio.opentelemetry.sdk.common.CompletableResultCodeexport(Collection<LogRecord> records) io.opentelemetry.sdk.common.CompletableResultCodeshutdown()
-
Method Details
-
export
-
shutdown
io.opentelemetry.sdk.common.CompletableResultCode shutdown()
-