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