public final class LogSinkSdkProvider extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addLogProcessor(LogProcessor processor) |
static LogSinkSdkProviderBuilder |
builder() |
io.opentelemetry.sdk.common.CompletableResultCode |
forceFlush() |
io.opentelemetry.sdk.logging.LogSink |
get(String instrumentationName) |
io.opentelemetry.sdk.logging.LogSink |
get(String instrumentationName,
String instrumentationVersion) |
io.opentelemetry.sdk.common.CompletableResultCode |
shutdown() |
public static LogSinkSdkProviderBuilder builder()
public io.opentelemetry.sdk.logging.LogSink get(String instrumentationName)
public io.opentelemetry.sdk.logging.LogSink get(String instrumentationName, String instrumentationVersion)
public void addLogProcessor(LogProcessor processor)
public io.opentelemetry.sdk.common.CompletableResultCode forceFlush()
public io.opentelemetry.sdk.common.CompletableResultCode shutdown()
Copyright © 2016–2021. All rights reserved.