Interface JsonLogConverter.LogScopeSpans
- Enclosing interface:
JsonLogConverter
public static interface JsonLogConverter.LogScopeSpans
Combined scope and spans information.
-
Method Summary
Modifier and TypeMethodDescriptionlogScope()Returns theJsonLogConverter.LogScopeportion of theLogScopeSpansdata.List<? extends JsonLogConverter.LogSpan> logSpans()Returns theJsonLogConverter.LogSpaninstances portion of theLogScopeSpansdata.
-
Method Details
-
logScope
JsonLogConverter.LogScope logScope()Returns theJsonLogConverter.LogScopeportion of theLogScopeSpansdata.- Returns:
LogScope
-
logSpans
List<? extends JsonLogConverter.LogSpan> logSpans()Returns theJsonLogConverter.LogSpaninstances portion of theLogScopeSpansdata.- Returns:
LogSpaninstances
-