Uses of Class
io.opentelemetry.sdk.logs.SdkLogRecordData
-
Packages that use SdkLogRecordData Package Description io.opentelemetry.sdk.logs The OpenTelemetry SDK implementation of logging. -
-
Uses of SdkLogRecordData in io.opentelemetry.sdk.logs
Subclasses of SdkLogRecordData in io.opentelemetry.sdk.logs Modifier and Type Class Description (package private) class
AutoValue_SdkLogRecordData
Methods in io.opentelemetry.sdk.logs that return SdkLogRecordData Modifier and Type Method Description (package private) static SdkLogRecordData
SdkLogRecordData. create(Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long epochNanos, long observedEpochNanos, SpanContext spanContext, Severity severity, java.lang.String severityText, Value<?> body, Attributes attributes, int totalAttributeCount)
-